Answer: First solve the parentheses using order of operations. Then add and subtract from left to right.
Demo:
(3 * 11) = 33
Equation now looks like:
63 - 21 + 33
63 - 21 = 42
Equation now looks like:
42 + 33
42 + 33 = 75
The value of this expression is 75.
17.97 + 25.49 + 3x = 50.33
17.97 + 25.49 + 3x - 17.97 - 25.49 = 50.33 - 17.97 - 25.49
3x = 6.87
3x/3 = 6.87/3
x = 2.29 per pair of socks
Answer:
w = 13yd, l = 18yd
Step-by-step explanation:
let x be width, so x+5 = length
Perimeter is sum of all 4 sides, and since opposite sides equal in rectangle,
P = 2(l+w)
= 2(x+5 +x)
= 4x + 10
Since perimeter is give as 62yd, equation is
4x + 10 = 62
4x = 52
x = 13