document.write( "Question 161825: Determine the linear function whose graph is a line that is perpendicular to the line g(x)= 5x-3 and contains the point (7,4) \n" ); document.write( "
Algebra.Com's Answer #119236 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! Perpendicular to g(x)= 5x-3 (red line) and contains the point (7,4). \n" ); document.write( "A line perpendicular to this line has a slope=-1/5. \n" ); document.write( "Y=mX+b \n" ); document.write( "4=-1/5*7+b \n" ); document.write( "4=-7/5+b \n" ); document.write( "b=4+7/5 \n" ); document.write( "b=(20+7)/5 \n" ); document.write( "b=27/5 for the y intercept. \n" ); document.write( "y=-x/5+27/5 (green line). \n" ); document.write( " |