+0  
 
0
51
1
avatar

Solve for x:

⌊x⌋= 3x + 8

 

Thx

 May 14, 2023
 #1
avatar
0

The equation is:

x = floor(x) + 8/3

This means that the value of x is equal to the greatest integer less than or equal to x, plus 8/3.

For example, if x = 1.5, then the solution is:

floor(1.5) + 8/3 = 1 + 8/3 = 5/3

Therefore, the value of x is 5/3.

 May 14, 2023

2 Online Users

avatar
avatar