document.write( "Question 430499: molly has $12.30 in coins. she has four more nickels than dimes. she has 6 fewer quarters than dimes. how many quarters does she have? \n" ); document.write( "
Algebra.Com's Answer #299002 by clarinetgirlM(1)![]() ![]() ![]() You can put this solution on YOUR website! molly has $12.30 in coins. she has four more nickels than dimes. she has 6 fewer quarters than dimes. how many quarters does she have?\r \n" ); document.write( "\n" ); document.write( "a nickel= 0.05, a dime= 0.10, a quarter= 0.25\r \n" ); document.write( "\n" ); document.write( " x = dimes \n" ); document.write( "(x+4) = nickels \n" ); document.write( "(x-6)= quarters\r \n" ); document.write( "\n" ); document.write( ".05(x+4) + .25(x-6) + 0.10(x) = 12.30\r \n" ); document.write( "\n" ); document.write( ".05x + 0.2 + 0.25x - 1.5 + 0.10x = 12.30\r \n" ); document.write( "\n" ); document.write( ".40x - 1.3 = 12.30\r \n" ); document.write( "\n" ); document.write( ".40x = 13.6\r \n" ); document.write( "\n" ); document.write( "x = 34 ( the amount of dimes) \n" ); document.write( "34 x (.10)= $3.40 (is how much of the $12.30 the dimes make up)\r \n" ); document.write( "\n" ); document.write( "For nickels \n" ); document.write( "(x+4) \n" ); document.write( "(34 + 4)= 38 x (.05)= $1.90 ( how much of the $12.30 the nickels make up)\r \n" ); document.write( "\n" ); document.write( "For quarters \n" ); document.write( "(x-6) \n" ); document.write( "(34-6) = 28 x (.25) = $7.00 ( how much of the $12.30 the quarters make up)\r \n" ); document.write( "\n" ); document.write( "And just to check the answers\r \n" ); document.write( "\n" ); document.write( "$3.40 + $1.90 + $7.00 = $12.30\r \n" ); document.write( "\n" ); document.write( "yea so 28 quarters for the answer\r \n" ); document.write( "\n" ); document.write( "ok i hope this helps xD \n" ); document.write( " \n" ); document.write( " |