The answer is (3,2)
To get this answer we either...
A) Multiply both coordinates by 1/3
or
B) Divide each coordinate by 3
9*(1/3) = 9/3 = 3
6*(1/3) = 6/3 = 2
Answer:
x²+22
Step-by-step explanation:
let the number= X
x²+22
Answer:
6
Step-by-step explanation:
Call pentagon p, circle c and triangle t
We have 2c + 2p = 2p + 2t + c
p = 5, t = 3 so
2c + 2(5) = 2(5) + 2(3) + c
2c + 10 = 10 + 6 + c
2c = 6 + c
c = 6
Answer:
x = 3
y = 0
Step-by-step explanation:
The method of substitution is when one solves an equation for one of the variables, and then substitutes the expression into the other equation. After doing so, one will solve the other equation for the remaining variable and then backsolve for the first variable.
4x + 2y = 12
x = y + 3
The second equation is already sovled for parameter (x), subttiute this into the other equation,
4(y + 3) + 2y = 12
Distribute,
4y + 12 + 2y = 12
Simplify,
6y + 12 = 12
Inverse operations,
6y + 12 = 12
-12
6y = 0
/6
y = 0
Backsolve for (x), substitute the value of (y) into the equation for (x) and solve,
x = y + 3
x = 0 + 3
x = 3