document.write( "Question 1142227: A company finds they price thier pens at p dollars each, then thier weekly revenue for the pens will be 1000p - 200p^2 dollars. If their weekly revenue is 1200 dollars what could be the price in dollars of each pen \n" ); document.write( "
Algebra.Com's Answer #762899 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! 1000p-200p^2=1200 \n" ); document.write( "200p^2-1000p+1200=0 \n" ); document.write( "p^2-5p+6=0 dividing by 200 \n" ); document.write( "(p-3)(p-2)=0 \n" ); document.write( "$3 or $2 \n" ); document.write( " |