document.write( "Question 1199564: Johnny has some nickels and dimes in his pocket, and the change is worth $0.75. He has twice
\n" ); document.write( "as many dimes as nickels. How many of each type of coin does Johnny have?
\n" ); document.write( "

Algebra.Com's Answer #833499 by josgarithmetic(39625)\"\" \"About 
You can put this solution on YOUR website!
This is not the best way....\r
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "DIMES       NICKELS      for 75 CENT\r\n" );
document.write( "  7           1\r\n" );
document.write( "  6           3\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Last combination is the one fitting description.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "You want some algebra?\r
\n" ); document.write( "\n" ); document.write( "d and n
\n" ); document.write( "\"10d%2B5n=75\"\"and\"\"d%2Fn=2\";
\n" ); document.write( "\"2d%2Bn=15\"
\n" ); document.write( "\"2%282n%29%2Bn=15\"
\n" ); document.write( "\"5n=15\"
\n" ); document.write( "\"n=3\"
\n" ); document.write( "
\n" );