document.write( "Question 992760: Frank had a bagful of coins totaling $13.00. He said, \"Guess how many of each coin type I have if six less quarters than dimes and ten more than seven times as many nickles than dimes?\" (Solve with only using one variable)\r
\n" ); document.write( "\n" ); document.write( "When I did the problem I got frank has 14 quarters, 20 nickles, and 150 dimes, which I don't think is right. Please help.
\n" ); document.write( "

Algebra.Com's Answer #612243 by Edwin McCravy(20060)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Let D = the number of dimes. Then\r\n" );
document.write( "The value of the dimes = 0.10D\r\n" );
document.write( "

\n" ); document.write( "I have...six less quarters than dimes
\n" ); document.write( "
\r\n" );
document.write( "The number of the quarters = D-6\r\n" );
document.write( "Value of quarters = 0.25(D-6)\r\n" );
document.write( "

\n" ); document.write( "and ten more than seven times as many nickles than dimes
\n" ); document.write( "
\r\n" );
document.write( "number of nickels = 7D+10\r\n" );
document.write( "Value of nickels = 0.05(7D+10)\r\n" );
document.write( "\r\n" );
document.write( "coins totaling $13.00\r\n" );
document.write( "\r\n" );
document.write( "Value of dimes + Value of quarters + value of nickels = 13.00\r\n" );
document.write( "       D       +      0.25(D-6)    +    0.05(7D+10)   = 13.00\r\n" );
document.write( "\r\n" );
document.write( "Multiply through by 100 to clear decimals:\r\n" );
document.write( "\r\n" );
document.write( "  100D + 25(D-6) + 5(7D+10) = 1300\r\n" );
document.write( "\r\n" );
document.write( "100D + 25D - 150 + 37D + 50 = 1300 \r\n" );
document.write( "\r\n" );
document.write( "That works out to 8 3/4 dimes, so something is wrong \r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );