document.write( "Question 543302: Joe's electric made 16 customer calls last week and 21 calls this week. how many calls must be made next in order to maintain anaverage of at least 19 calls per week for the three week period. \n" ); document.write( "
Algebra.Com's Answer #354798 by umnikmo(75)![]() ![]() ![]() You can put this solution on YOUR website! Avr = 19 = (16+21+X)/3 \n" ); document.write( "from there : \n" ); document.write( "3*19=16+21+X \n" ); document.write( "X=20 \n" ); document.write( " |