document.write( "Question 359899: melissa has$20.00 to buy tickets at the movies. each ticket costs $3.75 at the discount theater. how man tickets can she buy? how much change will she get back?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #256812 by mananth(16946)![]() ![]() You can put this solution on YOUR website! $20 \n" ); document.write( "each ticket 3.75 \n" ); document.write( "number of tickets = 20/3.75 \n" ); document.write( "multiply by 100 \n" ); document.write( "100*20/100*3.75 \n" ); document.write( "2000/375 \n" ); document.write( "she can buy 5 tickets at $18.75 \n" ); document.write( "she will get $1.25 back \n" ); document.write( ".. \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |