document.write( "Question 804939: What is the point of intersection/whether the point is a solution for:\r
\n" );
document.write( "\n" );
document.write( "3x + y = 6
\n" );
document.write( "y = -3x + 2\r
\n" );
document.write( "\n" );
document.write( "Thanks. x \n" );
document.write( "
Algebra.Com's Answer #486488 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! We have two linear equations: \n" ); document.write( "L1: 3x + y = 6 \n" ); document.write( "L2: y = -3x + 2 \n" ); document.write( "--- \n" ); document.write( "To solve them means to find the point or points of intersection, if any, between L1 and L2. \n" ); document.write( "--- \n" ); document.write( "Substitute (-3x + 2) (the value of y from L2) for y in L1: \n" ); document.write( "--- \n" ); document.write( "L1: 3x + y = 6 \n" ); document.write( "L1: 3x + (-3x + 2) = 6 \n" ); document.write( "--- \n" ); document.write( "Now solve for x: \n" ); document.write( "--- \n" ); document.write( "3x - 3x + 2 = 6 \n" ); document.write( "2 = 6 \n" ); document.write( "--- \n" ); document.write( "Answer: \n" ); document.write( "The lines L1 and L2 do not intersect. \n" ); document.write( "--- \n" ); document.write( "Check the answer by converting L1 to slope-intercept form: y = mx + b \n" ); document.write( "--- \n" ); document.write( "L1: 3x + y = 6 \n" ); document.write( "y = -3x + 6 \n" ); document.write( "--- \n" ); document.write( "Now we can see that L1 and L2 have the same slope (-3). \n" ); document.write( "But L1 and L2 have different y-intercepts (6 for L1 and 2 for L2). \n" ); document.write( "So L1 and L2 are parallel lines that never intersect. \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Convert fractions, decimals, and percents: \n" ); document.write( "https://sooeet.com/math/fraction-decimal-percent.php \n" ); document.write( "--- \n" ); document.write( "Calculate and graph the linear regression of any data set: \n" ); document.write( "https://sooeet.com/math/linear-regression.php \n" ); document.write( " |