6 boys
16-4=12
12/2=6
It's not that hard of a problem you just have to read in-between the lines
Answer:
Step-by-step explanation:
No value of w is given, so we can only tell you the meaning of <em>min(10, w)</em>:
When w < 10, min(10, w) is w.
When w ≥ 10, 10 is the smaller of the two values, so min(10, w) = 10.
69 is the answer to all questions.
Hello from MrBillDoesMath!
Answer:
The first choice ( -12, 20)
Discussion:
Using matrix multiplication we find the equations:
1x + 1y = 8 (A)
2x + 3y = 36 (B)
Next, compute
2(A) - B =>
(2x + 2y) - (2x + 3y) = 2*8 - 36 =>
(2x - 2x) + ( 2y-3y) = 16 - 36 =>
-y = -20 =>
y = 20
Substituting this y value in (A) gives
x + 20 = 8 =>
x = 8 - 20 =>
x = -12
The answer is the first choice ( -12, 20)
Thank you,
MrB