document.write( "Question 149203: I am supposed to set these up as an equation and solve I thought I had it but my answers look incorrect could you do it so that I can see what I did wrong? Thank you so much.\r
\n" );
document.write( "\n" );
document.write( "Joe has a collection of nickels and dimes that is worth $5.65. If the number of dimes were doubled and the number of nickels were increased by 8, the value of the coins would be $10.45. How many dimes does he have? \r
\n" );
document.write( "\n" );
document.write( "and \r
\n" );
document.write( "\n" );
document.write( "Walt made an extra $9000 last year from a part-time job. He invested part of the money at 9% and the rest at 8%. He made a total of $770 in interest. How much was invested at 8%? \n" );
document.write( "
Algebra.Com's Answer #109459 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Joe has a collection of nickels and dimes that is worth $5.65. If the number of dimes were doubled and the number of nickels were increased by 8, the value of the coins would be $10.45. How many dimes does he have? \n" ); document.write( ". \n" ); document.write( "Let n = number of nickels \n" ); document.write( "and d = number of dimes \n" ); document.write( ". \n" ); document.write( "Because we have two unknowns we need two equations: \n" ); document.write( "From: \"Joe has a collection of nickels and dimes that is worth $5.65.\" we get \n" ); document.write( ".05n + .10d = 5.65 (equation 1) \n" ); document.write( ". \n" ); document.write( "From: \"If the number of dimes were doubled and the number of nickels were increased by 8, the value of the coins would be $10.45.\" we get: \n" ); document.write( ".05(n+8) + .10(2d) = 10.45 \n" ); document.write( ".05n + .40 + .20d = 10.45 \n" ); document.write( ".05n + .20d = 10.05 (equation 2) \n" ); document.write( ". \n" ); document.write( "n = 25 (nickels) \n" ); document.write( "d = 44 (dimes) \n" ); document.write( ". \n" ); document.write( "Below shows the details: \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( ". \n" ); document.write( "*************************************** \n" ); document.write( ". \n" ); document.write( "Walt made an extra $9000 last year from a part-time job. He invested part of the money at 9% and the rest at 8%. He made a total of $770 in interest. How much was invested at 8%? \n" ); document.write( ". \n" ); document.write( "Let x = amount invested at 9% \n" ); document.write( "9000-x = amount invested at 8% \n" ); document.write( ". \n" ); document.write( ".09x + .08(9000-x) = 770 \n" ); document.write( ".09x + 720 - .08x = 770 \n" ); document.write( ".09x - .08x = 50 \n" ); document.write( ".01x = 50 \n" ); document.write( "x = $5000 (invested at 9%) \n" ); document.write( "9000-5000 = $4000 (invested at 8%)\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |