document.write( "Question 140804: write a formula to solve:
\n" );
document.write( "you have $6.70 in quarters and dimes, a total of 46 coins, how many quarters and how many dimes \n" );
document.write( "
Algebra.Com's Answer #102475 by jojo14344(1513) ![]() You can put this solution on YOUR website! Just a formula?.. SURE! \n" ); document.write( "Let \"x\"= # of Quarters \n" ); document.write( "\"y\"= #of dimes \n" ); document.write( "So, x+y=46 coins right? Mark this equation 1. \n" ); document.write( "Next, 0.25(quarter)*x+0.10(dime)*y=$6.70 right? Mark this equation 2. \n" ); document.write( "In eqn 1 you get \"y=46-x\" and substitute this value of y in equation 2. \n" ); document.write( "Therefore your working formula will be: \n" ); document.write( "0.25(x)+0.10(46-x)=$6.70 \n" ); document.write( "x=14, # of quarters \n" ); document.write( "for y, go back eqn 1, y=46-14 \n" ); document.write( "y=32, # of dimes \n" ); document.write( "In doubt? Go back eqn 2 to check, \n" ); document.write( "0.25(14)+0.10(32)=$6.70 \n" ); document.write( "$3.50+$3.20=$6.70 \n" ); document.write( "$6.70=$6.70 cool! \n" ); document.write( "Sorry amigo, you're just asking for the formula but I got carried away solving it all the way. \n" ); document.write( "Thank you, \n" ); document.write( "Jojo \n" ); document.write( " |