document.write( "Question 415582: I am trying to find the equation for the following:
\n" );
document.write( "where x=1,2,3,4 and y=6,8,12,20
\n" );
document.write( "ie when x=1 y=6
\n" );
document.write( "when x=2 y=8
\n" );
document.write( "I can't figure out the pattern
\n" );
document.write( "Thanks for looking at this.
\n" );
document.write( "D. \n" );
document.write( "
Algebra.Com's Answer #291310 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! find the equation for the following: \n" ); document.write( "where x=1,2,3,4 and y=6,8,12,20 \n" ); document.write( "ie when x=1 y=6 \n" ); document.write( "when x=2 y=8 \n" ); document.write( "------------------- \n" ); document.write( "Quadratic Equation: \n" ); document.write( "y = 1.5x^2 - 2.9x + 7.5 \n" ); document.write( "--------------------- \n" ); document.write( "OR \n" ); document.write( "Cubic Equation: \n" ); document.write( "y = (1/3)x^3 - x^2 + (8/3)x +4 \n" ); document.write( "================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "======================== \n" ); document.write( " |