document.write( "Question 1136885: Caitlyn sells her drawings at the county fair. She wants to sell at least 70 drawings and has portraits and landscapes. She sells the portraits for $15 and the landscapes for $10. She needs to sell at least $800 worth of drawings in order to earn a profit. Write a system of inequalities to model this situation. Let p represent the number of portraits sold and let l represent the number of landscapes sold. \n" ); document.write( "
Algebra.Com's Answer #754722 by ikleyn(52787)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( " \r\n" ); document.write( " p + l >= 70 drawings (1)\r\n" ); document.write( "\r\n" ); document.write( "15*p + 10*l >= 800 dollars (2)\r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |