document.write( "Question 653200: I am struggling with how to explain how to solve this problem:\r
\n" ); document.write( "\n" ); document.write( "A collection of coins consists of dimes and nickels. The number of dimes is two more than
\n" ); document.write( "the twice the number of nickels. The value of the collection is $2.70. How many dimes are
\n" ); document.write( "in the collection?\r
\n" ); document.write( "\n" ); document.write( "Here is what I have tried so far:\r
\n" ); document.write( "\n" ); document.write( "d=2n+2 (this is the relationship between the number of dimes and nickels.)
\n" ); document.write( ".10d + .05n= $2.70 (this is the value of the coins)
\n" ); document.write( "10d +05n= 270 (Here we multiply by 100 and clear the decimals.)
\n" ); document.write( "10d(2n+2)+05=270 \r
\n" ); document.write( "\n" ); document.write( "The purpose of the assignment is to work the problem and explain how I did it. I am stuck!
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #408288 by vleith(2983)\"\" \"About 
You can put this solution on YOUR website!
You did fine up to that last step
\n" ); document.write( "\"d+=+2n%2B2%29\"
\n" ); document.write( "\"10d+%2B+5n+=+270\"
\n" ); document.write( "Now use the first equation in the second one
\n" ); document.write( "\"10%282n%2B2%29+%2B+5n+=+270\" You elininated d from the second eqaution and now have only n left
\n" ); document.write( "\"20n+%2B+20+%2B+5n+=+270\"
\n" ); document.write( "\"25n+=+270+-+20\"
\n" ); document.write( "\"25n+=+250\"
\n" ); document.write( "\"n+=+10\"\r
\n" ); document.write( "\n" ); document.write( "Now you know how many nickles you have, use the first equation to see how many dimes.
\n" ); document.write( "\"d+=+2%2A10+%2B+2\"
\n" ); document.write( "\"d+=+22\"
\n" ); document.write( "Does 22 dimes plus 10 nickles give you $2.70?
\n" ); document.write( "
\n" );