document.write( "Question 1201034: Over the last 3 evenings, Linda received a total of 64 phone calls at the call center. The second evening, she received 8 more calls than the first evening. The third evening, she received 2 times as many calls as the second evening. How many phone calls did she receive each evening? \n" ); document.write( "
Algebra.Com's Answer #835280 by josgarithmetic(39621)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "EVENING NUMBER        CALLS COUNT\r\n" );
document.write( "        1                  x\r\n" );
document.write( "        2                  x+8\r\n" );
document.write( "        3                 2(x+8)\r\n" );
document.write( "TOTAL                       64\r\n" );
document.write( "

\n" ); document.write( "As uncomplicated as can be.
\n" ); document.write( "
\n" );