document.write( "Question 12865: In a collection of nickels and dimes the number of dimes is 3 more than twice the number of nickels. If the value of the collection is $1.80, how many coins are there? \n" ); document.write( "
Algebra.Com's Answer #11348 by stanbon!(97)\"\" \"About 
You can put this solution on YOUR website!
Let number of nickels be \"x\".
\n" ); document.write( "Then number of dimes is 2x+3
\n" ); document.write( "Value of nickels is (5)x cents
\n" ); document.write( "Value of dimes is (10)(2x+3)= (20x+30) cents
\n" ); document.write( "Equation:
\n" ); document.write( " Value of nickels + Value of dimes is 180 cents
\n" ); document.write( " 5x + 20x+30 = 180
\n" ); document.write( " 25x = 150
\n" ); document.write( " x = 6 (number os nickels)
\n" ); document.write( " 2x+3 = 15(number of dimes)\r
\n" ); document.write( "\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );