document.write( "Question 99394This question is from textbook beginning and intermediate algebra
\n" );
document.write( ": A coin collector has 1.70 in dimes and nickels. She has two more dimes than nickels. How many nickels does she have \n" );
document.write( "
Algebra.Com's Answer #72315 by timmy1729(23)![]() ![]() ![]() You can put this solution on YOUR website! Let x be the number of nickels. So .05x is the amount of money in nickels and 0.10(x+2) is the amount of money in dimes since there are two more dimes than nickels. Think \"number of nickels + 2 = number of dimes. So, .10(x+2) + 0.05x = $1.70. \n" ); document.write( "To make this a lot easier, let's multiply it all by 100 to get rid of the decimal, which we will replace later.\r \n" ); document.write( "\n" ); document.write( "10(x+2) + 5x = 170 That's much better isn't it? \n" ); document.write( "10x + 20 + 5x = 170 Use the distributive property. \n" ); document.write( "15x + 20 = 170 Add your x's \n" ); document.write( "15x = 150 Subtract the 20 from both sides, now divide \n" ); document.write( "x = 10 So there are 10 nickels. \r \n" ); document.write( "\n" ); document.write( "Now, back to the original form: \n" ); document.write( "0.10(10 + 2) + 0.05(10) = 1.70 \n" ); document.write( "0.10(12) + 0.05(10) = 1.70 \n" ); document.write( "1.20 + .50 = 1.70. \n" ); document.write( " |