document.write( "Question 909688: Susan has 55 nickles and dimes . she has four times the amount of nickles than she does dimes. How many nickles does she have? and how many dimes does she have? \n" ); document.write( "
Algebra.Com's Answer #551973 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! Let a be the number of dimes \n" ); document.write( "Let b be the number of nickels \n" ); document.write( "4A = B \n" ); document.write( "A + B = 55 \n" ); document.write( "A + (4A) = 55 \n" ); document.write( "5A = 55 \n" ); document.write( "A = 11 \n" ); document.write( "If there are 11 dimes, then there are 4x as many nickels, or 44 \n" ); document.write( "11 dimes @ .10 = $1.10 \n" ); document.write( "44 nickels @ .05 =$2.20 \n" ); document.write( "She has $3.30 \n" ); document.write( " \n" ); document.write( " |