document.write( "Question 1079944: Over the last 3 evenings, Latoya received a total of
\n" );
document.write( "77 phone calls at the call center. The third evening, she received
\n" );
document.write( "5 fewer calls than the first evening. The second evening, she received
\n" );
document.write( "2 times as many calls as the third evening. How many phone calls did she receive each evening?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #694170 by Boreal(15235) You can put this solution on YOUR website! first evening is x \n" ); document.write( "third evening is x-5 \n" ); document.write( "the second evening is 2(x-5)=2x-10 \n" ); document.write( "They add to 77 \n" ); document.write( "x+x-5+2x-10=77 \n" ); document.write( "4x-15=77 \n" ); document.write( "4x=92 \n" ); document.write( "x=23 first evening \n" ); document.write( "2x-10=36 second evening \n" ); document.write( "x-5=18 third evening\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |