Answer:
$100
Explanation:
Assign variables for the cost of "boots" and "outfits"
let x be the cost of a pair of boots
let y be the cost of an outfit
Write equations to represent the problem
2x + 5y = 700 Two pairs of boots and five outfits
x + 6y = 700 One pair of boots and six outfits
Solve the system. I will use the substitution method. Rearrange the second equation to isolate "x".
x + 6y = 700
x = 700 - 6y I can replace "x" in the other equation with this expression
2x + 5y = 700 Substitute "x" with the expression
2(700 - 6y) + 5y = 700 Distribute over brackets with multiplication
1400 - 12y + 5y = 700 Collect like terms with "y"
1400 - 7y = 700 Start isolating "y"
1400 - 1400 - 7y = 700 - 1400 Subtract 1400 from both sides
-7y = -700
-7y/-7 = -700/-7 Divide both sides by -7
y = 100 Cost of an outfit
Now we find "x". Substitute the value of "y" into any equation we have used.
x = 700 - 6y
x = 700 - 6(100) Multiply
x = 700 - 600 Subtract
x = 100 Cost of a pair of boots
Therefore a pair of boots cost $100.