document.write( "Question 1095529: Justin has $4.75 in quarters, dimes, and nickels. If he has a total of 27 coins and he has twice as many dimes as nickels, how many of each coin does he have? \n" ); document.write( "
Algebra.Com's Answer #710041 by Edwin McCravy(20060)\"\" \"About 
You can put this solution on YOUR website!
he has twice as many dimes as nickels,
\n" ); document.write( "
\r\n" );
document.write( "Let N = number of nickels\r\n" );
document.write( "Then 2N = the number of dimes.\r\n" );
document.write( "

\n" ); document.write( "he has a total of 27 coins
\n" ); document.write( "
\r\n" );
document.write( "        \r\n" );
document.write( " \r\n" );
document.write( "Number of quarters =  27 -    N    -    2N \r\n" );
document.write( "Number of quarters =  27 - 3N \r\n" );
document.write( "\r\n" );
document.write( "

\n" ); document.write( "Justin has $4.75 in quarters, dimes, and nickels
\n" ); document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "   0.25N   +  0.10(2N) + 0.05(27-3N) =  4.75\r\n" );
document.write( "\r\n" );
document.write( "Move the decimals two places right in each term:\r\n" );
document.write( "\r\n" );
document.write( "     25N   +    10(2N) +    5(27-3N) =   475\r\n" );
document.write( "\r\n" );
document.write( "Simplify and solve that for N, the number of nickels, \r\n" );
document.write( "then substitute what you get for N in:\r\n" );
document.write( "\r\n" );
document.write( "2N = the number of dimes\r\n" );
document.write( "27 - 3N = the number of quarters\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );