How do I solve simultaneous equations with two variables?

  • Thread starter Thread starter lloydowen
  • 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 · 2K views
lloydowen
Messages
78
Reaction score
0

Homework Statement



I am asked to find the two variables in a simulatenous equation. Now I have found one variable but unsure on how to find the other (P2).

Homework Equations


[itex]5p1 - 4p2 = 49[/itex]
[itex]3p1 + 2p2 = 3[/itex]

The Attempt at a Solution



[itex]5p1 - 4p2 = 49[/itex] (Multiply by 2)
[itex]3p1 + 2p2 = 3[/itex] (Multiply by 4)

[itex]10p1 = 98[/itex]
[itex]12p1=12[/itex]

Add the two together

[itex]22p1=110[/itex]
[itex]p1=5[/itex] (110 divided by 22)
 
Physics news on Phys.org
plug the value of p1 back into either equation to find p2. Actually, put it back into both to make sure you get the same answer for p2 each time.
 
ArcanaNoir said:
plug the value of p1 back into either equation to find p2. Actually, put it back into both to make sure you get the same answer for p2 each time.

Thank you! I couldn't quite remember what to do.

So what I got was
[itex](5(5) - 49)/4 = -6[/itex]
[itex](5(3) - 3)/2 = -6[/itex]

So [itex]P2 = -6[/itex] Thanks!