document.write( "Question 329496: Student tickets for a football game cost $2 each. Adult tickets cost $4 each. Ticket sales at last week's game totaled $2800. Write a linear model that shows the different number of students and adults who could have attended the game. \n" ); document.write( "
Algebra.Com's Answer #236199 by nyc_function(2741) You can put this solution on YOUR website! Let s = students\r \n" ); document.write( "\n" ); document.write( "Let a = adults\r \n" ); document.write( "\n" ); document.write( "2s + 4a = 2800\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |