document.write( "Question 1001697: The number of drive-in movie screens has declined steadily in the U.S. since the 1960s. California and New York were two of the states with the most remaining drive-in screens in 2001. California had 11 more screens than New York and there were 107 screens total in the two states. How many drive-in movie screens remained in each state? Let x represent the unknown, and write an equation for each sentence. \n" ); document.write( "
Algebra.Com's Answer #618781 by Theo(13342) You can put this solution on YOUR website! x = number of screens in new york. \n" ); document.write( "x + 11 = number of screens in california. \n" ); document.write( "x + (x + 11) = 107 \n" ); document.write( "subtract 11 from both sides of the equation to get: \n" ); document.write( "x + x = 107 - 11 = 96 \n" ); document.write( "combine like terms to get: \n" ); document.write( "2x = 96 \n" ); document.write( "divide both sides of the equation by 2 to get: \n" ); document.write( "x = 48. \n" ); document.write( "new york has x = 48 \n" ); document.write( "california has x + 11 = 59 \n" ); document.write( "48 + 59 = 107 \n" ); document.write( " |