I got X = 6
If you replace x for 6 you should get 216
6^3 = 216
Answer:
the absolute value of 5 is simply, 5
Step-by-step explanation:
Answer:
width = 6
length = 4
Step-by-step explanation:
perimeter = 2L + 2W
L = W - 2
plug in perimeter:
20 = 2L + 2W
you know the length is 2 less than the width
plug in (w - 2) for L:
20 = 2(w - 2) + 2w
solve for w:
20 = 2w - 4 + 2w
20 = 4w - 4
4w = 24
w = 6
now plug in 6 for w in either equation, whichever is easier to solve:
L = 6 - 2
L = 4
width = 6
length = 4
Write a system of equation based on the number
For an instance, the two numbers are a and b.
"The sum of two numbers is 59" can be written as follows.
⇒ a + b = 59 <em>(first equation)
</em>"The difference is 15" can be written as follows.
⇒ a - b = 15 <em>(second equation)</em>
Solve the system of equation by elimination/substitution method.
First, eliminate b to find the value of a.
a + b = 59
a - b = 15
--------------- + (add)
2a = 74
a = 74/2
a = 37
Second, substitute 37 as a in one of the equations
a + b = 59
37 + b = 59
b = 59 - 37
b = 22
The numbers are 37 and 22