Here is an example... ( look at the attachment bellow ) :
If Steven sold two boxes of candy less than Rodney and they sold 8 boxes, you can calculate how many boxes did each sell using the following steps:
Steven ... s = r - 2
Rodney ... r
s + r = 8
r - 2 + r = 8
2 * r = 8 + 2
2 * r = 10 /2
r = 5
s = r - 2 = 5 - 2 = 3
Result: Steven sold 3 boxes of candy and Rodney sold 5 boxes of candy.
Answer:
x= -1, y = 6, z = 3
Step-by-step explanation:
let me solve it with Gaussian Elimination
9514 1404 393
Answer:
(x -2)^2 +(y +4)^2 = 16
Step-by-step explanation:
The equation of a circle with center (h, k) and radius r is ...
(x -h)^2 +(y -k)^2 = r^2
You have (h, k) = (2, -4) and r = 4, so your equation is ...
(x -2)^2 +(y -(-4))^2 = 4^2
(x -2)^2 +(y +4)^2 = 16