document.write( "Question 107079: I would really appreciate it if someone could help me solve this problem, write the equation of the line perpendicular to y=1/3x+5 and contains the point(1,4). The final equation has to be expressed in standard form.\r
\n" );
document.write( "\n" );
document.write( "Thank you,
\n" );
document.write( "Brina \n" );
document.write( "
Algebra.Com's Answer #77914 by Annabelle1(69)![]() ![]() ![]() You can put this solution on YOUR website! the line y=1/3x+5 has a gradient of 1/3 (the coefficient of the x value when y is the subject of the formula) \n" ); document.write( "the line perpendicular is going to have -3/1 as the gradient (if two line are perpendicular the gradients are the negative recipricol of each other so I flipped 1/3 up-side-down and stuck a negative infront. \r \n" ); document.write( "\n" ); document.write( "Now you have the gradient of the new line and a point, you use the point-gradient formula\r \n" ); document.write( "\n" ); document.write( "y-y1=m(x-x1)\r \n" ); document.write( "\n" ); document.write( "where x1 and y1 are the coordinates you are given (x1=1, y1=4) and m=-3/1=-3\r \n" ); document.write( "\n" ); document.write( "subbing in: \n" ); document.write( "y-4=-3(x-1) \n" ); document.write( "y-4=3x+3 \n" ); document.write( "y-3x-7=0 \n" ); document.write( " |