document.write( "Question 1065017: HOW TO SOLVE THIS 0NE MAM/SIR?
\n" );
document.write( "Brenda has save 300 coins,consisting of 25 centavo and 10 centavo coins.If the total value of her savings is 45 pesos,how many 10 centavo coin did she save?
\n" );
document.write( "a.100
\n" );
document.write( "b.200
\n" );
document.write( "c.300
\n" );
document.write( "d.400
\n" );
document.write( "Please help me with the right solution Thanks a lot! \n" );
document.write( "
Algebra.Com's Answer #680150 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! Brenda has save 300 coins,consisting of 25 centavo and 10 centavo coins. \n" ); document.write( "If the total value of her savings is 45 pesos, how many 10 centavo coin did she save? \n" ); document.write( ": \n" ); document.write( "let a = no. of 25 cent coins \n" ); document.write( "let b = no. of 10 cent \n" ); document.write( "Write a equation for the total no. of coins and an equation for the value of the coins \n" ); document.write( "a + b = 300 \n" ); document.write( "b = (300-a); use this form for substitution \n" ); document.write( "and \n" ); document.write( ".25a + .10b = 45 \n" ); document.write( "replace b with (300-a) \n" ); document.write( ".25a + .10(300-a) = 45 \n" ); document.write( ".25a + 30 - .10a = 45 \n" ); document.write( ".25a - 10a = 45 - 30 \n" ); document.write( ".15a = 15 \n" ); document.write( "a = 15/.15 \n" ); document.write( "a = 100 ea 25 cent coins \n" ); document.write( "therefore \n" ); document.write( "300 - 100 = 200 ea 10 cent coins \n" ); document.write( ": \n" ); document.write( "; \n" ); document.write( "Check this \n" ); document.write( "100 *.25 = 25 \n" ); document.write( "200 *.10 = 20 \n" ); document.write( "--------------- \n" ); document.write( "Total$ = 45 \n" ); document.write( " |