document.write( "Question 250020: Olga has 5 times as many dimes as nickels. If she has $3.30, how many of each coin does she have? \n" ); document.write( "
Algebra.Com's Answer #182023 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
let n=nickels d=dimes
\n" ); document.write( "5n+10d=330
\n" ); document.write( "d=5n
\n" ); document.write( "
\n" );