document.write( "Question 721508: I will like to know how i can solve the following word problem using two linear equations containing two unknowns.
\n" );
document.write( "Paul has 40 dimes and quarters worth $8.50. How many of each coin does he have? \n" );
document.write( "
Algebra.Com's Answer #442383 by mananth(16946)![]() ![]() You can put this solution on YOUR website! dimes -----x \n" ); document.write( "quarters --------y\r \n" ); document.write( "\n" ); document.write( "x+y =40..............(1) \n" ); document.write( "10x+25y=850...........(2)\r \n" ); document.write( "\n" ); document.write( "multiply (1) by -10 and add this equation to (2) \n" ); document.write( "-10x-10y=-400\r \n" ); document.write( "\n" ); document.write( "15y=450 \n" ); document.write( "y= 30\r \n" ); document.write( "\n" ); document.write( "so x=10\r \n" ); document.write( "\n" ); document.write( "dimes -----x----------10 \n" ); document.write( "quarters --------y-----30 \n" ); document.write( " |