document.write( "Question 1031759: Your school club is selling popcorn at the football game. The cost of making the popcorn odds $90. You charge $1.50 for each bag of popcorn. Write a function you can use to find the profit P for selling b bags of popcorn. \n" ); document.write( "
Algebra.Com's Answer #646413 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
[ profit ] = [ income ] - [ cost ]
\n" ); document.write( "\"+P+=+1.5b+-+90+\"
\n" ); document.write( "-------------------
\n" ); document.write( "here's the plot:
\n" ); document.write( "\"+graph%28+400%2C+400%2C+-20%2C+150%2C+-150%2C+150%2C+1.5x+-+90+%29+\"
\n" ); document.write( "
\n" );