Loading [MathJax]/jax/output/SVG/jax.js
 
+0  
 
0
316
2
avatar

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

 Jul 29, 2022

Best Answer 

 #1
avatar+2668 
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=17

 Jul 29, 2022
 #1
avatar+2668 
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=17

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

very neat solution BB!

nerdiest  Jul 29, 2022

2 Online Users

avatar