document.write( "Question 465250: Bob has a pile of 25 coins. There are nickels and dimes.the pile is worth 1.50.how many of each coin does bob have? \n" ); document.write( "
Algebra.Com's Answer #318792 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "Let x amd (25-x)represent the number of dimes and nickels respectively
\n" ); document.write( "Question states***CENTS makes sense
\n" ); document.write( " 10x + 5(25-x) = 150
\n" ); document.write( "Solving for x
\n" ); document.write( " 5x =25
\n" ); document.write( " x = 5, number of dimes. 20 Nickels. (25-5)
\n" ); document.write( "CHECKING our Answer***
\n" ); document.write( " 5*10 + 5 *20 = 150 or $1.50 \n" ); document.write( "
\n" );