document.write( "Question 1120723: Please help me solve this equation. I have m dimes, twice as many quarters as dimes, and one more penny than quarters. Find the value of the coins in cents in terms of m. \n" ); document.write( "
Algebra.Com's Answer #736397 by MathLover1(20850)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( " I have \"m\" dimes,
\n" ); document.write( "\"d=m\"
\n" ); document.write( "twice as many quarters as dimes,
\n" ); document.write( "\"q=2d=2m\"
\n" ); document.write( " and one more penny than quarters
\n" ); document.write( "\"p=q%2B1=2m%2B1\"
\n" ); document.write( "
\n" );