+0  
 
0
261
2
avatar

If floor(x) = 4, find the sum of all possible values of floor(2x).

 Jul 29, 2022

Best Answer 

 #1
avatar+2666 
0

\(x\) can be anything from 4 to 4.9999999.

 

If x = 4, then floor(2x) = floor(8) = 8

 

If x = 4.999999, then floor (2x) = floor(9.999998) = 9

 

So, the sum of all possible values is \(8 + 9 = \color{brown}\boxed{17}\)

 Jul 29, 2022
 #1
avatar+2666 
0
Best Answer

\(x\) can be anything from 4 to 4.9999999.

 

If x = 4, then floor(2x) = floor(8) = 8

 

If x = 4.999999, then floor (2x) = floor(9.999998) = 9

 

So, the sum of all possible values is \(8 + 9 = \color{brown}\boxed{17}\)

BuilderBoi Jul 29, 2022
 #2
avatar+1161 
+5

very neat solution BB!

nerdiest  Jul 29, 2022

0 Online Users