Answer:
The width is 50 yards and the length is 141 yards.
Step-by-step explanation:
Let's call: L the length of the field and W the width of the field.
From the sentence, the perimeter of the rectangular playing field is 382 yards we can formulate the following equation:
2L + 2W = 382
Because the perimeter of a rectangle is the sum of two times the length with two times the width.
Then, from the sentence, the length of the field is 9 yards less than triple the width, we can formulate the following equation:
L = 3W - 9
So, replacing this last equation on the first one and solving for W, we get:
2L + 2W = 382
2(3W - 9) + 2W = 382
6W -18 +2W = 382
8W - 18 = 382
8W = 382 + 18
8W = 400
W = 400/8
W = 50
Replacing W by 50 on the following equation, we get:
L = 3W - 9
L = 3(50) - 9
L = 141
So, the width of the rectangular field is 50 yards and the length is 141 yards.
Answer:
Step-by-step explanation:So we know x + y = 21 and 5x +10y = 165 We line them up in columns x + y = 21 5x +10y = 165 To eliminate the x variable, I'll multiply every element in the 1st equation by -5. -5x + -5y = -105 5x + 10y = 165 Now we combine (add) the equations, which eliminates x altogether. 5y = 60 ... y = 12 From there, x + 12 = 21 ... x = 21-12 ... x = 9 You should double check. Do 9 nickles and 12 dimes equal $1.65? A very important thing to remember using this method is to do the same thing to each element in the equation that you change! I hope that helps.