document.write( "Question 352226: Donna has c dimes and q quarters in her bank. How much money in cents does she have? \n" ); document.write( "
Algebra.Com's Answer #251700 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Each dime is worth \"10\" cents.
\n" ); document.write( "\"c\" dimes are worth \"10c\" cents.
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( "Each quarter is worth \"25\" cents.
\n" ); document.write( "\"q\" quarters are worth \"25q\" cents.
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( "Total=\"10c%2B25q\"
\n" ); document.write( "
\n" ); document.write( "
\n" );