document.write( "Question 990870: How do I set up this problem??? \"An artist makes a profit of (500p - p^2) dollars from selling p paintings. What is the fewest number of paintings the artist can sell to make a profit of at least $60,000?\" \n" ); document.write( "
Algebra.Com's Answer #610877 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! 60000 = 500p - p^2 \n" ); document.write( "p^2 - 500p + 60000 = 0 \n" ); document.write( "(p - 200) * (p - 300) = 0 \n" ); document.write( "p is 200 or 300 \n" ); document.write( "We are asked for the fewest number of paintings the artist can sell to make a profit of at least $60,000, therefore \n" ); document.write( "the answer is 200 paintings \n" ); document.write( "******************************************* \n" ); document.write( "check the answer \n" ); document.write( "60000 = 500(200) - 200^2 \n" ); document.write( "60000 = 100000 - 40000 \n" ); document.write( "60000 = 60000 \n" ); document.write( "our answer checks \n" ); document.write( " \n" ); document.write( " |