document.write( "Question 987592: Write the following as an algebraic expression. Then simplify.
\n" );
document.write( "The total amount of money (in cents) in x quarters, (x+2) dimes, and 3x nickles. (Hint: The value of a quarter is 25 cents, the value of a dime is 10 cents, and the value of a is 5 cents.)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #608343 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The total amount of money (in cents) in x quarters, (x+2) dimes, and 3x nickles. \n" ); document.write( ": \n" ); document.write( "t(x) = 25x + 10(x+2) + 5(3x) \n" ); document.write( "distribute \n" ); document.write( "t(x) = 25x + 10x + 20 + 15x \n" ); document.write( "Combine like terms \n" ); document.write( "t(x) = 50x + 20 \n" ); document.write( " |