Call S the sum of real solutions of the equation 3 x − ⌊ x ⌋ = 8 . What is the value of 3 0 S ?
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.
same as my solution, just please note the print error in the last answer
3 + 3 2 , 4 + 0 = 3 1 1 , 4
Rewrite the equation as shown: 3 x = 8 + ⌊ x ⌋
Knowing that ⌊ x ⌋ is an integer ⇒ 8 + ⌊ x ⌋ is an integer ⇒ 3 x is an integer.
Replacing x = 3 k with k integer, the equation became k − 8 = ⌊ 3 k ⌋
For the definition of integer part ⇒ 3 k − 1 < ⌊ 3 k ⌋ ≤ 3 k ⇒ 3 k − 1 < k − 8 ≤ 3 k ⇒ 2 2 1 < k ≤ 1 2 .
k
=
1
1
or
k
=
1
2
from which
x
=
3
1
1
or
x
=
4
.
3 0 ∗ ( 3 1 1 + 4 ) = 2 3 0
x-1≤[x]≤x from definition of [x],then -x≤-[x]≤1-x and 2x≤3x-[x]≤2x+1 ,now from our equation we get that 2x≤8≤2x+1, which means 3.5≤x≤4, let x be x=3.5+a ,0≤a≤0.5. Now our equation become 10.5+3a-[3.5+a]=8,there are two solutions,One when [3.5+a]=3 and than 10.5+3a-3=8 , 3a=0.5,a=1/6 so x= 7/2+1/6=22/6 and other when [3.5+a]=4 and 10.5+3a-4=8 , 3a=1.5 , a=0.5,so x=3.5+0.5=4 is other solution. S=4+22/6=23/3,and 30xS=230
We consider the equation: floor(x) = 3x - 8. Hence we find the rational solutions to the equation since x = a/3 where a is an integer to imply that floor(a/3) = a - 8 since floor x is an integer.
By trial and error for intervals, or considering the lines y = 3x - 8 and y = floor(x), we can infer that the intersections are the points (11/3, 3) and (4, 4). Implying that 30 x S = 230.
Problem Loading...
Note Loading...
Set Loading...
Let x = n + k where n is an integer part and k is a fractional part ( 0 ≤ k < 1 ).
The equation becomes
3 ( n + k ) − n = 8
2 n + 3 k = 8 ( ∗ )
Since 0 ≤ k < 1 , we get
2 n ≤ 2 n + 3 k = 8 < 2 n + 3
Solve compound inequality we get
2 5 < n ≤ 4 .
Since n is an integer, we get n = 3 , 4 .
If n = 3 , from ( ∗ ) we get k = 3 2 .
If n = 4 , we get k = 0 .
Therefore, x = n + k = 3 2 , 4 . ~~~