document.write( "Question 1187590: The following ordered pairs represent a mapping where there is a linear relationship between x and y. The ordered pairs are (0, 3), (1, 5), (2, 7), (3, 9), (4, 11). Find the algebraic relationship from x to y.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #818601 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The following ordered pairs represent a mapping where there is a linear relationship between x and y. The ordered pairs are (0, 3), (1, 5), (2, 7), (3, 9), (4, 11). Find the algebraic relationship from x to y. \n" ); document.write( "---------------- \n" ); document.write( "y increases by 2 when x increases by 1 \n" ); document.write( "---> y = 2x + b \n" ); document.write( "---- \n" ); document.write( "Using (0,3): \n" ); document.write( "3 = 0x + b \n" ); document.write( "b = 3 \n" ); document.write( "============== \n" ); document.write( "y = 2x + 3 \n" ); document.write( " \n" ); document.write( " |