document.write( "Question 1161207: Maryia has saved $63.5in dimes and loonies.if she has 5 dimes fewer than two thirds the number of loonies.how many coins of each type does marysua have!
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #784701 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! x number of loonies \n" ); document.write( "(2/3)x-5 number of dimes, worth (2/3)*(1/10)*x-.50 \n" ); document.write( "money is x+(1/15)x-.5=$63.5 \n" ); document.write( "(16/15)x=64 \n" ); document.write( "x=64*15/16=60 loonies ($60) \n" ); document.write( "and 2/3 of them minus 5 is 35 dimes ($3.50) \n" ); document.write( " |