document.write( "Question 792507: Let A represent the amount on money Paul has in his pocket. Paul and his girlfriend go out to dinner. They spend x dollars on food, pay 8% tax on the dinner check, and leave a 15% tip (not including tax).
\n" );
document.write( "a.) Write a function relating the amour of money in Paul's pocket to the amount they spend on food for dinner.
\n" );
document.write( "b.) If Paul has $46 in his pocket, what is the maximum amount they could spend on food for dinner? \n" );
document.write( "
Algebra.Com's Answer #480024 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Let A represent the amount of money Paul has in his pocket. Paul and his girlfriend go out to dinner. They spend x dollars on food, pay 8% tax on the dinner check, and leave a 15% tip (not including tax). \n" ); document.write( "a.) Write a function relating the amount of money in Paul's pocket to the amount they spend on food for dinner. \n" ); document.write( "In pocket: A \n" ); document.write( "Spent: x + 0.08x + 0.15x = 1.23x \n" ); document.write( "A(x) = Ao - 1.23x\r \n" ); document.write( "\n" ); document.write( "b.) If Paul has $46 in his pocket, what is the maximum amount they could spend on food for dinner? \n" ); document.write( "Obvious answer:: $46 \n" ); document.write( "======================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============ \n" ); document.write( " \n" ); document.write( " |