document.write( "Question 183079: inductive reasoning to determine the next three numbers in the pattern: 3, 12, 26, 45, \n" ); document.write( "
Algebra.Com's Answer #137451 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! inductive reasoning to determine the next three numbers in the pattern: 3, 12, 26, 45, \n" ); document.write( "------------ \n" ); document.write( "Quadratic function: \n" ); document.write( "f(n) = (5/2)n^2 + (3/2)n -1 \n" ); document.write( "----------------- \n" ); document.write( "Next three numbers \n" ); document.write( "f(5) = 69 \n" ); document.write( "f(6) = 98 \n" ); document.write( "f(7) = 132 \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |