document.write( "Question 831777:  John has $73 in loonies and toonies. If he has 46 coins in total, how many of each coin does he have? Remember to define your variables and write a concluding statement.\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "     -it has to be an equation using x and y. Please help asap. \n" );
document.write( "
| Algebra.Com's Answer #501635 by rothauserc(4718)     You can put this solution on YOUR website! let x be the number of loonies and y be the number of toonies, then \n" ); document.write( "x +y = 46 and \n" ); document.write( "YOU must state what a loony is worth and what a toony is worth, then \n" ); document.write( "x(0.xx) +y(0.yy) = 73.00 \n" ); document.write( "once you have this, you can solve first equation for x \n" ); document.write( "x = (y -46) \n" ); document.write( "then substitute for x in second equation \n" ); document.write( "(y-46)(0.xx) +y(0.yy) = 73.00 \n" ); document.write( "you can solve this equation for y and then \n" ); document.write( "using first equation you can solve for x \n" ); document.write( " \n" ); document.write( " |