No problem! Glad I could help.

  • Context:
  • Thread starter Thread starter Johnx1
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
Johnx1
Messages
48
Reaction score
0
3 badminton racquets and 2 baseball bats cost \$167. 1 badminton racquet and 3 baseball bats cost \$163. How much does 1 badminton racquet cost?

My answer:

=> 1 badminton = 163 - 3baseball

=> 3(163 - 3 baseball) + 2 baseball = 167
= 489 - 9 baseball + 2 baseball = 167

=> 7 baseball = -322
= baseball = 46

=> 3 badminton + 2(46) = 167

so, the answer is badminton = 25Is there a better way to do this, or did I made it more difficult for me?
 
Last edited by a moderator:
Mathematics news on Phys.org
I would let \(R\) be the cost of each racquet and \(B\) be the cost of each bat. Using the information provided, I would write:

$$3R+2B=167$$

$$R+3B=163$$

I would then multiply the first equation by 3 and the second equation by -2:

$$9R+6B=501$$

$$-2R-6B=-326$$

Now, we can add the two equations, and eliminate \(B\), because we are interested in finding \(R\)

$$7R=175$$

And so:

$$R=25\quad\checkmark$$

I don't see anything wrong with what you did, except I would use single letters to represent quantities in your equations. But your method led to the correct answer.
 
MarkFL said:
I would let \(R\) be the cost of each racquet and \(B\) be the cost of each bat. Using the information provided, I would write:

$$3R+2B=167$$

$$R+3B=163$$

I would then multiply the first equation by 3 and the second equation by -2:

$$9R+6B=501$$

$$-2R-6B=-326$$

Now, we can add the two equations, and eliminate \(B\), because we are interested in finding \(R\)

$$7R=175$$

And so:

$$R=25\quad\checkmark$$

I don't see anything wrong with what you did, except I would use single letters to represent quantities in your equations. But your method led to the correct answer.
Thank you for showing me a way doing it by elimination :-)