document.write( "Question 514419: Value of Coins- a change purse contains an equal number of pennies,nickels, and dimes. The total value of the coins is $1.44. How many coins of each type does the purse contain? \n" ); document.write( "
Algebra.Com's Answer #343417 by nerdybill(7384)\"\" \"About 
You can put this solution on YOUR website!
Value of Coins- a change purse contains an equal number of pennies,nickels, and dimes. The total value of the coins is $1.44. How many coins of each type does the purse contain?
\n" ); document.write( ".
\n" ); document.write( "Let x = number of each type
\n" ); document.write( "then
\n" ); document.write( ".01x + .05x + .10x = 1.44
\n" ); document.write( ".16x = 1.44
\n" ); document.write( "x = 1.44/.16
\n" ); document.write( "x = 9 (of each type)\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );