document.write( "Question 944996: Your father tells you that he has found $3.10 in equal numbers of quarters, nickles, and pennies. How many of each coin does he have? \n" ); document.write( "
Algebra.Com's Answer #576221 by macston(5194)\"\" \"About 
You can put this solution on YOUR website!
x=number of each coin
\n" ); document.write( "($0.25+$0.05+$0.01)x=$3.10
\n" ); document.write( "($0.31)x=$3.10 Divide each side by $0.31
\n" ); document.write( "x=10 ANSWER Father has 10 of each coin.
\n" ); document.write( "
\n" );