document.write( "Question 465770: A sum of money amounts to 9.20 pesos,is made up of 10Centavos and 25Centavos coins. If there are 8 more than coins in 10Centavos than 25Centavos. How many coins each kind are there?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #319258 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let t=the number of 10c coins and f=the number of 25c coins \n" ); document.write( "t=f+8 \n" ); document.write( ".1(f+8)+.25f=9.2 \n" ); document.write( ".1f+.8+.25f=9.2 \n" ); document.write( ".35f=8.4 \n" ); document.write( "f=24 \n" ); document.write( "t=32 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |