document.write( "Question 979582: Emy has 200 pesos. She wants to buy three different fruits. An apple cost 25 pesos. An orange cost 15 pesos and a pear cost 20 pesos. If she wants to spend all her money , what is the most number of oranges that she can buy? \n" ); document.write( "
Algebra.Com's Answer #600897 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
Another way to ask the question is:
\n" ); document.write( "What is the LEAST number of apples
\n" ); document.write( "and pears she can buy and have the
\n" ); document.write( "remainder of the money EVENLY
\n" ); document.write( "divisible by \"+15+\" pesos/orange
\n" ); document.write( "--------------------------------
\n" ); document.write( "1 apple & 1 pear:
\n" ); document.write( "\"+25+%2B+20+=+45+\"
\n" ); document.write( "\"+200+-+45+=+155+\"
\n" ); document.write( "NOT evenly disible by \"+15+\"
\n" ); document.write( "----------------------------
\n" ); document.write( "2 apples & 1 pear:
\n" ); document.write( "\"+2%2A25+%2B+20+=+70+\"
\n" ); document.write( "\"+200+-+70+=+130+\"
\n" ); document.write( "NOt evenly divisible by \"+15+\"
\n" ); document.write( "-----------------------------
\n" ); document.write( "1 apple & 2 pears:
\n" ); document.write( "\"+25+%2B+2%2A20+=+65+\"
\n" ); document.write( "\"+200+-+65+=+135+\"
\n" ); document.write( "\"+135%2F15+=+9+\"
\n" ); document.write( "-------------------
\n" ); document.write( "With $135 left after buying 1 apple
\n" ); document.write( "& 2 pears, she can buy 9 oranges
\n" ); document.write( "which is the most she can buy
\n" ); document.write( "
\n" ); document.write( "
\n" );