Mom drove for 11 hours.
Dad drove for 3 hours.
<u>Step-by-step explanation</u>:
- Total distance = 895 miles
- Mom drove a speed of 65 mph
- Dad drove a speed of 60 mph
Let 'x' be the number of hours drove by mom.
Let 'y' be the number of hours drove by dad.
x + y = 14 ---------------(1)
65x + 60y = 895 ---------(2)
Multiply eq(1) by 60 and subtract eq(2) from (1),
60x + 60y = 840
-(<u>65x + 60y = 895</u>)
<u> -5x = -55 </u>
x = 55/5
x = 11
∴ Mom drove for 11 hours.
Substitute x=11 in eq(1)
11+y = 14
y = 3
∴ Dad drove for 3 hours.
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.
The answer is that Jade's chickens laid more eggs. Since Jade's farm includes 9 chickens, which each laid 3 eggs, multiply 9 and 3 and you get 27. Edna's farm has chickens which, in total, laid 23 eggs, leading to Jade's chickens with 27 eggs to be more than the eggs laid by Edna's chickens. :)