\n" );
document.write( "Hi
\n" );
document.write( "three more quarters than dimes and twice as many nickels as quarters
\n" );
document.write( "Let x,(x+3), 2(x+3)represent the number of dimes, quarters and nickels respectively
\n" );
document.write( "Question states***Note: Cents makes sense
\n" );
document.write( "10x+ 25(x+3)+ 5*2(x+3) = 375 CENTS
\n" );
document.write( "Solving for x
\n" );
document.write( " 45x + 75 + 30 = 375
\n" );
document.write( " 45x = 270
\n" );
document.write( " x = 6, the number of dimes. 9 Quarters and 18 Nickels\r
\n" );
document.write( "\n" );
document.write( "CHECKING our Answer***
\n" );
document.write( " 10*6 + 25*9 + 5*18 = 60 + 225 + 90 = 375 or $3.75
\n" );
document.write( "