document.write( "Question 1048163: you are standing in line at ticket window. there are 5 more people behind you then ahead of you.the total number of people
\n" ); document.write( "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 #663740 by ikleyn(52910)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "you are standing in line at ticket window. there are 5 more people behind you then ahead of you.the total number of people
\n" ); document.write( "in line including you is three times the number of people ahead of you . How many people are ahead of you
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Let b = no. of people behind you,\r\n" );
document.write( "    a = no. of people ahead  you.\r\n" );
document.write( "\r\n" );
document.write( "The condition says that\r\n" );
document.write( "\r\n" );
document.write( "b - a     = 5       (1)     (\"there are 5 more people behind you then ahead of you.\")\r\n" );
document.write( "b + a + 1 = 3a      (2)     (\"the total number of people in line including you is three times the number of people ahead of you\")\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Subtract and solve for \"a\":\r\n" );
document.write( "2a+1 = 3a-5\r\n" );
document.write( "a = 6 \r\n" );
document.write( "\r\n" );
document.write( "Anser.  There are 6 people ahead of you.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );