document.write( "Question 667296: Find the total amount of money ( in cents ) for x nickels, ( x+3 ) dimes, and 2x quarters. ( Recall the value of a nickel is 5 cents, the value of a dime is 10 cents, and the value of a quarter is 25 cents.) Simplify your answer. \n" ); document.write( "
Algebra.Com's Answer #414942 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( " x nickels, ( x+3 ) dimes, and 2x quarters.
\n" ); document.write( " 5x + 10(x+3) + 25(2x) = 65x + 30 \n" ); document.write( "
\n" );