Answer:
x = 0.5
Step-by-step explanation:
Given
2(x + 1.25) = 3.5 ← divide both sides by 2
x + 1.25 = 1.75 ( subtract 1.25 from both sides )
x = 0.5
Subtract.
1 1/3 - 2/3
Convert 1 1/3 into an improper fraction:
4/3 - 2/3
Subtract the numerators together:
2/3
So he read 2/3 more time on Saturday than on Friday.
Answer:



Step-by-step explanation:
Answer
18 hours
Step-by-step explanation:
if 10 people spend 15 hours
one person spend 15/10=1.5
so 1.5 × 12=18hours
Answer:
<u>Residue</u>
Step-by-step explanation:
Let a and b be integers. We define a mod b to be the residue of dividing a by b. For example, if a evenly divides b, then a mod b=0, 20 mod 6= 2. The modulus operator is widely used in programming, and it is convenient when a and b are large numbers.
a mod b is always a nonnegative integer. In fact, 0≤ a mod b≤ |b-1| by the division algorithm. a and b can also be negative integers. Since 8=-(-5)+3 then 8 mod -5= 3.
As a final example, some known properties can be rewritten in terms of mod. a mod 2=0 if and only if a is even. a mod 2=1 if and only if a is odd.