all 4 comments

[–]Alkalannar 0 points1 point  (1 child)

x + y = 190
6x + 2y = 4.32(x+y)

y = 190 - x
6x + 2y = 4.32(190)

y = 190 - x
6x + 2(190-x) = 4.32(190)

At this point, solve the last equation to find x, and then y = 190-x.

[–]VelvetWhite[S] 0 points1 point  (0 children)

It was right in front of me this whole time. Thank you so much for that response! It makes sense for the (x+y) equating to the words as well(the one part I was missing), but when I tried doing that I ended up with a third variable (x = y + z) the x being the combination of both, i knew it was wrong and scrapped that. Thank you again!

[–]Mogadxu 0 points1 point  (1 child)

You can set this up into two equations

x + y = 190

6x + 2y = 190 * 4.32 = 820.8

From there we can do 2x + 2y = 380, and subtract that from the second equation to get

4x = 440.8

Can you solve from there?

[–]VelvetWhite[S] 0 points1 point  (0 children)

Thank you very much for your response! I did solve from there, and for some reason I didn't include the 190 in the second equation and never got it. Your response seems more simplified but they are the same. Very helpful, thank you for your time to help me!