document.write( "Question 1170551: System of Equation:
\n" );
document.write( "Andrea sells flower pot of different sizes. The price of a small flower pot is RM10, medium flower pot RM15 and large flower pot RM 40. Every months, the number of small flower pots sold is equal to the number of the medium and large flower pots sold. The number of medium flower pots sold is twice the number of the large flower pots sold. Andrea needs to pay a rent of RM300 per month for her business premise. What are the minimum numbers of pots of each size which Andrea has to sell in a month so that she can pay the monthly rent? \n" );
document.write( "
Algebra.Com's Answer #795405 by ikleyn(52788)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "Andrea sells flower pot of different sizes. The price of a small flower pot is RM10, medium flower pot RM15 and large flower pot RM 40. \n" ); document.write( "Every months, the number of small flower pots sold is equal to the number of the medium and large flower pots sold. \n" ); document.write( "The number of medium flower pots sold is twice the number of the large flower pots sold. \n" ); document.write( "Andrea needs to pay a rent of RM300 per month for her business premise. What are the minimum numbers of pots of each size \n" ); document.write( "which Andrea has to sell in a month so that she can pay the monthly rent? \n" ); document.write( "~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "Let x be the number of the LARGE flower pots.\r\n" ); document.write( "\r\n" ); document.write( "Then the number of the medium pots is 2x, according to the condition, and\r\n" ); document.write( "\r\n" ); document.write( " the number of the small spots is (2x + x) = 3x, again, in accordance with the condition.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The total money equation is THIS\r\n" ); document.write( "\r\n" ); document.write( " 10*(3x) + 15*(2x) + 40x = 300 monetary units.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Simplify and find x\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " 30x + 30x + 40x = 300,\r\n" ); document.write( "\r\n" ); document.write( " 100x = 300\r\n" ); document.write( "\r\n" ); document.write( " x = 300/100 = 3.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "ANSWER. 3 large pots; 2*3 = 6 medium pots and 3*3 = 9 small pots.\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( "Solved.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The remarkable fact is that the provlem is solved using only one unknown and one equation.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |