document.write( "Question 51775: at 5:00 am the number of visitors in the eggsactly breakfast place is 13. at 6:00 am there are 21 visitors and at 7:00 there are 29. if this pattern continues how many visitors will there be at 8:00 am?
\n" );
document.write( "thanks for your time! \n" );
document.write( "
Algebra.Com's Answer #34524 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! Rate of change: (y2 - y1)/(x2 - x1) = (21 - 13)/(2 - 1) = 8 \n" ); document.write( "f(x) = 8x + 13 \n" ); document.write( "Where \n" ); document.write( "f(3) = 8*3 + 13 = 37 \n" ); document.write( " |