document.write( "Question 901069: A change purse contains an equal number of pennies, nickels, and dimes. The total value of the coins in $1.44. How many coins of each type does the purse contain? \n" ); document.write( "
Algebra.Com's Answer #546432 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
p+5*n + 10*d = 144
\n" ); document.write( "p=n
\n" ); document.write( "n=d
\n" ); document.write( "p+5*p + 10*p = 144
\n" ); document.write( "16p=144
\n" ); document.write( "p=9
\n" ); document.write( "9p 9n 9d
\n" ); document.write( "9+45+90=144
\n" ); document.write( "
\n" ); document.write( "
\n" );