document.write( "Question 251603: i need to solve this problem by a system of 3 equations: A piggy bank contains 40 coins consisting of nickels, dimes, and quarters. the sum of the number of dimes and quarters is 10 coins less than the number of nickels. if the number of quarters and nickels were reversed, with the same amount of dimes, the value of the coins would be $7.50. find the number of each type of coin that is in the piggy bank. \r
\n" );
document.write( "\n" );
document.write( "i tried these three equations with no luck:
\n" );
document.write( "n+d+q=40
\n" );
document.write( "d+q=n-10
\n" );
document.write( "10d+25q+5n=750 \n" );
document.write( "
Algebra.Com's Answer #183292 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! i need to solve this problem by a system of 3 equations: A piggy bank contains 40 coins consisting of nickels, dimes, and quarters. the sum of the number of dimes and quarters is 10 coins less than the number of nickels. if the number of quarters and nickels were reversed, with the same amount of dimes, the value of the coins would be $7.50. find the number of each type of coin that is in the piggy bank. \n" ); document.write( "i tried these three equations with no luck: \n" ); document.write( "n+d+q=40 \n" ); document.write( "d+q=n-10 \n" ); document.write( "10d+25q+5n=750 \n" ); document.write( "-------------------------- \n" ); document.write( "Change your 3rd equation to \n" ); document.write( "25n + 10d + 5q = 750 \n" ); document.write( "---- \n" ); document.write( "Gather the equations: \n" ); document.write( "n + d + q = 40 \n" ); document.write( "n - d - q = 10 \n" ); document.write( "25n+10d +5q = 750 \n" ); document.write( "------------------------- \n" ); document.write( "I used a matrix method and got: \n" ); document.write( "n = 25 (# of nickels) \n" ); document.write( "d = 10 (# of dimes) \n" ); document.write( "q = 5 (# of quarters) \n" ); document.write( "============================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |