document.write( "Question 1047806: You are standing in line at a ticket window. There are five more people behind you than ahead of you. The total number of people in line (including you) is three times the number of people ahead of you. How many people are ahead of you? \n" ); document.write( "
Algebra.Com's Answer #663342 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! There are five more people behind you than ahead of you \n" ); document.write( "(x+ 5) + 1 + x = 3x Stated \n" ); document.write( "6 = x \n" ); document.write( "6 people are ahead of you \n" ); document.write( " |