document.write( "Question 1133992: The senior class at Richmont High School is selling t-shirts to raise money for its prom. The equation R(p) = - 25p2 + 600p describes the revenue, R, in dollar s, as a function of the price, p, in dollars, of a t-shirt . That is, the revenue is a function of price.\r
\n" );
document.write( "\n" );
document.write( " a) Determine the revenue if the group sells each shirt for $10.
\n" );
document.write( " b) Determine the revenue if the group sells each shirt for $15.
\n" );
document.write( " c) If the senior class hopes to have a revenue of
\n" );
document.write( " $3600, how much should it charge for each t-shirt?
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #751265 by Glaviolette(140)![]() ![]() You can put this solution on YOUR website! a. R(p) = -25(10)^2 + 600(10) = $3500 \n" ); document.write( "b. R(p) = -25(15)^2 + 600(15) = $3375 \n" ); document.write( "c. -25p^2 + 600p = 3600 \n" ); document.write( "-25p^2 + 600p - 3600 = 0 \n" ); document.write( "-25 (p^2 - 24p + 144) = 0 \n" ); document.write( "-25 (p - 12)(p - 12) = 0 \n" ); document.write( "p-12 = 0 \n" ); document.write( "p = 12 \n" ); document.write( "$12 \n" ); document.write( " |