document.write( "Question 839235: Pete Malone worked 6 hours on Wednesday and 11 hours on Thursday. What are the possible numbers of hours he can work on Friday to average at least 8 hours per day for those three days? \n" ); document.write( "
Algebra.Com's Answer #505623 by alicealc(293)\"\" \"About 
You can put this solution on YOUR website!
Wednesday = 6 hours
\n" ); document.write( "Thursday = 11 hours
\n" ); document.write( "Friday = x hours
\n" ); document.write( "Average for those three days = 8 hours
\n" ); document.write( "(6 + 11 + x)/3 = 8
\n" ); document.write( "(17 + x) = 8 * 3
\n" ); document.write( "17 + x = 24
\n" ); document.write( "x = 24 - 17
\n" ); document.write( "x = 7\r
\n" ); document.write( "\n" ); document.write( "so, he works 7 hours on Friday.
\n" ); document.write( "
\n" );