document.write( "Question 507558: If a graph is a line that is perpendicular to the line g(x) = 8x − 4and contains the point (4, 6),determine the linear function \n" ); document.write( "
Algebra.Com's Answer #340538 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! We are given \n" ); document.write( "g(x) = 8x -4 \n" ); document.write( ". \n" ); document.write( "By inspection we know \n" ); document.write( "slope = 8 \n" ); document.write( "y-intercept = -4 \n" ); document.write( "x-intercept = 1/2 \n" ); document.write( ". \n" ); document.write( "A line perpendicular to this line will have slope = inverse reciprocal: \n" ); document.write( "slope = -1/8 \n" ); document.write( ". \n" ); document.write( "And you want this line to go through the point (4,6). \n" ); document.write( "OK \n" ); document.write( ". \n" ); document.write( "We can define the linear function \n" ); document.write( ". \n" ); document.write( "y = -1/8x + b \n" ); document.write( ". \n" ); document.write( "To find 'b' we use the point (4,6) \n" ); document.write( ". \n" ); document.write( "y = mx+b \n" ); document.write( ". \n" ); document.write( "6 = -(1/8)*4 + b \n" ); document.write( ". \n" ); document.write( "6 = -1/2 + b \n" ); document.write( ". \n" ); document.write( "b = 6 1/2 \n" ); document.write( ". \n" ); document.write( "y = -(1/8)x + 6 1/2 \n" ); document.write( ". \n" ); document.write( " |