document.write( "Question 1054898: A student club on a college campus charges annual membership dues of P800.00, less P5.00 for each member over 50. \r
\n" ); document.write( "\n" ); document.write( "a.How many members would give the club the most revenue for annual dues?
\n" ); document.write( "b.If the club considers only the number of students (bigger than 50) that will maximize the revenue, what is the amount of the maximum revenue that will be realized by the club?
\n" ); document.write( "

Algebra.Com's Answer #670105 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
A student club on a college campus charges annual membership dues of P800.00, less P5.00 for each member over 50.
\n" ); document.write( "a.How many members would give the club the most revenue for annual dues?
\n" ); document.write( "let x = no. of students over 50
\n" ); document.write( "total revenue = r(x)
\n" ); document.write( "r(x) = (50+x)(800-5x)
\n" ); document.write( "FOIL
\n" ); document.write( "r(x) = 40000 - 250x + 800x - 5x^2
\n" ); document.write( "A quadratic equation,
\n" ); document.write( "-5x^2 + 550x + 40000 = 0
\n" ); document.write( "max rev occurs on the axis of symmetry, x = -b/(2a) where a=-5; b=550
\n" ); document.write( "x = \"%28-550%29%2F%282%2A-5%29\"
\n" ); document.write( "x = +55
\n" ); document.write( "50 + 55 = 105 students would give max revenue
\n" ); document.write( ":
\n" ); document.write( "b.If the club considers only the number of students (bigger than 50) that will maximize the revenue, what is the amount of the maximum revenue that will be realized by the club?
\n" ); document.write( "Find the cost for each student if 55 more the 50 join
\n" ); document.write( "800-(55*5) = $535
\n" ); document.write( "Find the revenue if 105 students pay this amt
\n" ); document.write( "105 *525 = $55,125
\n" ); document.write( "
\n" );