document.write( "Question 1011782: A football player has decided to give $5,000 plus a commission of 4% of the ticket price from an individuals ticket to charity. If the total cost of tickets is x, how much is given to charity? \n" ); document.write( "
Algebra.Com's Answer #627537 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
$5,000 is the fixed amount he gives to charity
\n" ); document.write( "\"+.04x+\" is the amount depending on total
\n" ); document.write( "ticket sales, \"+x+\"
\n" ); document.write( "-------------------
\n" ); document.write( "\"+5000+%2B+.04x+\" is given to charity
\n" ); document.write( "
\n" );