document.write( "Question 864544: The organisers of a school fair know that if they charge £8 admission to the fair they will get 50 people at the fair. They also know that for every euro of a discount they offer on the admission price they will get 40 more visitors.
\n" );
document.write( " A) If x euros is the discount, write down an expression in x for the discounted admission price
\n" );
document.write( " B) If the total money earned on admissions is calculated by multiplying price by number of visitors, show that the amount of money earned y is given by the formula Y=400+270-40x(squared) \n" );
document.write( "
Algebra.Com's Answer #521083 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! A) If x euros is the discount, then (8-x) is the discount price for admission \n" ); document.write( "B) We know the first 50 will pay 8 euros so the total is 400 euros for the first 50 \n" ); document.write( "We also know that 40x is the number of visitors for discount x, therefore our formula should be \n" ); document.write( "y = 400 + 40x(8-x) = 400 + 320x - 40x^2 \n" ); document.write( "the given formula is y = 400 +270 -40x^2 \n" ); document.write( "let's run an experiment and say x = 3 euros \n" ); document.write( "then 400 + 40*3(5) = 1000 euros which is what we would expect \n" ); document.write( "let's test the formulas \n" ); document.write( "y = 400 +320x - x^2 = 400 + 960 - 360 = 1000 \n" ); document.write( "y = 400 + 270 - 360 = 310 which is less than the 400 we know is collected before the discount, therefore the given formula can not be correct \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |