document.write( "Question 1017294: The total amount of money(in cents)in x quarters,(x+5)nickels,and 3x dimes. (Hint: The value of a quarter is 25 cents,the value of a nickel
\n" );
document.write( "is 5 cents,and the value of a dime is 10 cents.) \n" );
document.write( "
Algebra.Com's Answer #633741 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! x quarters = 25x cents \n" ); document.write( "3x dimes = 30x cents \n" ); document.write( "(x+5) nickels = 5(x+5) = 5x + 25 cents \n" ); document.write( "Add 'em up and get \n" ); document.write( "25x + 30x + 5x + 25 = \n" ); document.write( "(60x + 25) cents \n" ); document.write( " |