+0  
 
0
830
4
avatar+257 

I believe this is a ceiling function but I haven't ever used one and was wondering how to solve this type of problem? Please just explain what they do/work and how to solve a ceiling function

 Mar 12, 2019
 #1
avatar
0

xxxxxxxxxx

 Mar 12, 2019
edited by Guest  Mar 12, 2019
edited by Guest  Mar 12, 2019
 #2
avatar+33615 
+4

This should help:

 

floor function:   floor(x) is the greatest integer less than or equal to x.   e.g.  floor(3.4) = 3

 

ceiling function:  ceil(x)  is the smallest integer greater than or equal to x.  e.g.  ceil(3.4) = 4

 

 Mar 12, 2019
 #3
avatar+128473 
+2

We can solve this

 

(x + 3)  = 10 ( x - 1) + 4

 

x - 1  = 10 (x - 1)

 

10 (x - 1) - 1(x - 1) = 0

 

9 ( x - 1) = 0

 

x = 1  =  the floor

 

This  means that  any   x  on the interval  [ 1, 2)  will solve this equation

 

 

cool cool cool

 Mar 12, 2019
 #4
avatar+257 
0

Thanks, CPhill!!! 

SydSu22  Mar 13, 2019

2 Online Users

avatar