document.write( "Question 479287: Sally has 82 coins totaling $5.50.If she has only dimes and nickels,how many of each coins does she have? \n" ); document.write( "
Algebra.Com's Answer #328391 by stanbon(75887) ![]() You can put this solution on YOUR website! Sally has 82 coins totaling $5.50.If she has only dimes and nickels,how many of each coins does she have? \n" ); document.write( "----- \n" ); document.write( "Equations: \n" ); document.write( "Quantity Eq: d + n = 82 \n" ); document.write( "Value Eq: 10d +5n = 550 cents \n" ); document.write( "--------------------------------- \n" ); document.write( "Multiply thru the Quantity Eq. by 5 to get: \n" ); document.write( "5d + 5n = 5*82 \n" ); document.write( "10d + 5n = 550 \n" ); document.write( "---------------------------- \n" ); document.write( "Subtract and solve for \"d\": \n" ); document.write( "5d = 140 \n" ); document.write( "d = 28 (# of dimes) \n" ); document.write( "---- \n" ); document.write( "Solve for \"n\": \n" ); document.write( "d+n = 82 \n" ); document.write( "28 + n = 82 \n" ); document.write( "n = 54 (# of nickels) \n" ); document.write( "========================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |