document.write( "Question 859402: A man has 25 coins in his pocket, all of which are dimes and quarters. If the total value of his change is 460 cents, how many dimes and how many quarters does he have?
\n" );
document.write( "Your answer is
\n" );
document.write( "number of dimes equals_______
\n" );
document.write( "number of quarters equals ________ \n" );
document.write( "
Algebra.Com's Answer #517727 by ramkikk66(644) ![]() You can put this solution on YOUR website! \r\n" ); document.write( "Let the number of dimes be x\r\n" ); document.write( "Then number of quarters = 25 - x\r\n" ); document.write( "Value of dimes = 10*x cents\r\n" ); document.write( "Value of quarters = (25 - x) * 25 cents\r\n" ); document.write( "\r\n" ); document.write( "Total value = \n" ); document.write( " \n" ); document.write( " |