601 views
0 0 votes

Which of these statements about the floor and ceiling functions are correct ? 

Statement 1 : ⌊2x⌋ = ⌊x⌋ + ⌊x + (1/2)⌋ for all real numbers x.

Statement 2 : ⌈x + y⌉ = ⌈x⌉ + ⌈y⌉ for all real numbers x and y.

  1. Both Statement I and Statement II are true.
     
  2. Both Statement I and Statement II are false.
     
  3. Statement I is true but Statement II is false.
     
  4. Statement I is false but Statement II is true.

1 Answer

0 0 votes

Statement 1: If we put the value of x +ve or -ve number, statement 1 will be TRUE.

Statement 2: If we put the value of x and y different (eg: x= 0.5 and y= 1.5), statement 2 will be FALSE.

Hence, Option 3 "Statement I is true but statement II is false" correct.

Position:
Show:

Related questions

1 1 vote
3 3 answers
1.6k
1.6k views
rajeshposts asked Sep 14, 2023
1,573 views
Which of the following are logically equivalent ?¬p - ( q - r ) and q - ( p v r )( p - q ) - r and p - ( q - r )( p - q ) - ( r - s ) and ( p - r) - ( q - s )Choose the c...
0 0 votes
4 4 answers
2.4k
2.4k views
rajeshposts asked Sep 17, 2023
2,424 views
How many ways are there to assign 5 different jobs to 4 different employees if every employee is assigned at least 1 job ?1024 625 240 20
0 0 votes
2 answers 2 answers
1.0k
1.0k views
rajeshposts asked Sep 13, 2023
1,047 views
Given below are two statements, one is labelled as Assertion A and the other is labelled as Reason R : Assertion A : Software developers do not do exhaustive software tes...
0 0 votes
3 3 answers
1.0k
1.0k views
rajeshposts asked Sep 11, 2023
1,021 views
Given below are two statements : Statement I: Cleanroom software process model incorporates the statistical quality certification of code increments as they accumulate in...