document.write( "Question 298980: Each hour, a wood-harvesting machine cuts the same number of logs and places them
\n" );
document.write( "on a pile. At 8 am, there are 13 logs on the pile. At 11 am, the pile has grown to 46 logs. How many logs will the pile contain at 6 pm?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #214975 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Each hour, a wood-harvesting machine cuts the same number of logs and places them on a pile. \n" ); document.write( "At 8 am, there are 13 logs on the pile. \n" ); document.write( "At 11 am, the pile has grown to 46 logs. \n" ); document.write( "How many logs will the pile contain at 6 pm? \n" ); document.write( "---- \n" ); document.write( "You have two points: (0,13), where 0 represents 8am, \n" ); document.write( "and (3,46), where 3 represents 11am. \n" ); document.write( "---- \n" ); document.write( "Equation ? \n" ); document.write( "slope = (46-13)/(3-0) = 11 \n" ); document.write( "intercept = 13 \n" ); document.write( "---------------------- \n" ); document.write( "f(x) = 11x + 13 where x is the # of hours after 8am \n" ); document.write( "---- \n" ); document.write( "How many logs will the pile contain at 6 pm? \n" ); document.write( "At 6pm, x = 10 \n" ); document.write( "f(10) = 11*10 + 13 \n" ); document.write( "f(10) = 126 (# of logs at 6pm) \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |