document.write( "Question 1177099: Two kinds of fruits are displayed in a fruit stand. One is avocado fruit whose number is no more than thrice the other, which is melon. How many avocado and melons are there if there are atleast 20 total of fruits displayed. \n" ); document.write( "
Algebra.Com's Answer #837726 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
Two kinds of fruits are displayed in a fruit stand. One is avocado fruit whose number is no more than thrice the other, which is melon. How many avocado and melons are there if there are atleast 20 total of fruits displayed\r
\n" ); document.write( "\n" ); document.write( "Let the number of melons be is x. \r
\n" ); document.write( "\n" ); document.write( "According to the problem, the number of avocados is no more than thrice the number of melons. \r
\n" ); document.write( "\n" ); document.write( "avocado ≤ 3 * melon\r
\n" ); document.write( "\n" ); document.write( " at least 20 total fruits displayed. \r
\n" ); document.write( "\n" ); document.write( "avocado + melon ≥ 20\r
\n" ); document.write( "\n" ); document.write( "melon ≥ avocado / 3 \r
\n" ); document.write( "\n" ); document.write( "Substituting this into the second equation\r
\n" ); document.write( "\n" ); document.write( "avocado + avocado/3 ≥ 20\r
\n" ); document.write( "\n" ); document.write( "Multiply by 3\r
\n" ); document.write( "\n" ); document.write( "3avocado + avocado ≥ 60\r
\n" ); document.write( "\n" ); document.write( "4avocado ≥ 60\r
\n" ); document.write( "\n" ); document.write( "avocado ≥ 15\r
\n" ); document.write( "\n" ); document.write( "avocado has to be a natural number and it is <= thrice the number of melons, the only sensible value for avocado is 15. \r
\n" ); document.write( "\n" ); document.write( "We Know\r
\n" ); document.write( "\n" ); document.write( "avocado ≤ 3 * melon\r
\n" ); document.write( "\n" ); document.write( "15 ≤ 3 * melon\r
\n" ); document.write( "\n" ); document.write( "5 ≤ melon\r
\n" ); document.write( "\n" ); document.write( " There are at least 5 melons .\r
\n" ); document.write( "\n" ); document.write( "So the possiblities \r
\n" ); document.write( "\n" ); document.write( "- 15 avocados and 5 melons
\n" ); document.write( "- 12 avocados and 4 melons
\n" ); document.write( "- 9 avocados and 3 melons\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );