document.write( "Question 381914: solve the following using a system of equations;
\n" );
document.write( "Rod has 40 coins, all dimes and quarters, worth $7.60. How many dimes and how many quarters does he have? \n" );
document.write( "
Algebra.Com's Answer #270819 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Rod has 40 coins, all dimes and quarters, worth $7.60. How many dimes and how many quarters does he have? \n" ); document.write( "-------- \n" ); document.write( "Equations: \n" ); document.write( "Quantity Eq. d + q = 40 \n" ); document.write( "Value Eq:: 10d+25q = 760 \n" ); document.write( "------------------------------ \n" ); document.write( "Multiply thru the Quantity equation by 10 to get: \n" ); document.write( "10d + 10q = 10*40 \n" ); document.write( "----- \n" ); document.write( "Subtract that from the Value Eq and solve for \"q\": \n" ); document.write( "15q = 360 \n" ); document.write( "q = 24 (# of quarters) \n" ); document.write( "----- \n" ); document.write( "Substitute into d+q = 40 and solve for \"d\": \n" ); document.write( "d + 24 = 40 \n" ); document.write( "d = 16 (# of dimes) \n" ); document.write( "========================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |