document.write( "Question 1055734: i have to 2 equations x+y=20 and 25x+15y=430. the end goal is to find how many of x and y there is. i think i need to cancel out the 15 but i dont know where to start. \n" ); document.write( "
Algebra.Com's Answer #670929 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
x+y=20
\n" ); document.write( "25x+15y=430.
\n" ); document.write( "Multiply the top equation by -15
\n" ); document.write( "-15x-15y=-300
\n" ); document.write( "25x+15y=430
\n" ); document.write( "add them and the y disappear
\n" ); document.write( "10x=130
\n" ); document.write( "divide by 10
\n" ); document.write( "x=13
\n" ); document.write( "Put into first equation and 13+y=20; y=7
\n" ); document.write( "Check with the second equation
\n" ); document.write( "25(13)+15(7)=325+105=430
\n" ); document.write( "(13,7)
\n" ); document.write( "Note, you could multiply the first equation by -25, and then when you added, you would eliminate the x s and get the y. You eliminate whatever appears to be easier.
\n" ); document.write( "
\n" );