\n" );
document.write( "Hi
\n" );
document.write( "three times as many nickels as quarters and twice as many dimes as quarters
\n" );
document.write( "Let x, 3x, 2x represent number of quarters, nickels and dimes respectively
\n" );
document.write( " 25x + 5*3x + 10*2x = 180 cents
\n" );
document.write( "solving for s
\n" );
document.write( " 60x = 180
\n" );
document.write( " x = 3, the number of quarters. there are 9 nickels and 6 dimes
\n" );
document.write( " 9 nickels the answer requested.\r
\n" );
document.write( "\n" );
document.write( "CHECKING our Anwser
\n" );
document.write( " 25*3 + 5*9 + 10*6 = 180 cents or $1.80\r
\n" );
document.write( "\n" );
document.write( "
\n" );
document.write( "