The expression above is divisible by which of the following numbers?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
⌊ 7 5 ! ⌋ × ⌈ 7 5 ! ⌉ 7 5 ! = 7 1 2 0 = 1 7 + 7 1 ⇒ ⌊ 7 5 ! ⌋ × ⌈ 7 5 ! ⌉ = ( 1 7 ) × ( 1 8 ) = 2 ∗ 9 ∗ 1 7 The value of the given expression is expressed as 2 ∗ 9 ∗ 1 7 which is divisible by 9. Therefore, the answer is 9 . :D
Floor & Ceiling Functions At A Glance : The floor and ceiling functions map a real number to the largest previous or the smallest following integer, respectively. More precisely, f l o o r ( x ) = ⌊ x ⌋ is the largest integer not greater than x and c e i l i n g ( x ) = ⌈ x ⌉ is the smallest integer not less than x.
The Floor Function is also known as the Greatest Integer Funtion.
Source: Wikipedia - Floor&Ceiling Functions