document.write( "Question 776325: Solve the linear equation given the following:
\n" );
document.write( "Perpendicular to 2x-12y=4 and passing through the point (-1/2,1) \n" );
document.write( "
Algebra.Com's Answer #473505 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Reaarange 2x - 12y = 4 into \n" ); document.write( "y = mx + c form \n" ); document.write( "y = 1/6x - 1/3 \n" ); document.write( "Lines that are perpendicular to \n" ); document.write( "one another have slopes (m) that \n" ); document.write( "multiply together to give - 1 \n" ); document.write( "m1 * m2 = -1 \n" ); document.write( "Above equation has a slope of 1/6 \n" ); document.write( "1/6 * m2 = -1 \n" ); document.write( " m2 = -6 \n" ); document.write( "Using the equation \n" ); document.write( "y - b = m(x - a) with (-1/2, 1) \n" ); document.write( "a = -1/2, b = 1 and m = -6 \n" ); document.write( "y - 1 = -6(x - (-1/2)) \n" ); document.write( "y - 1 = -6x - 3 \n" ); document.write( "y = -6x - 3 + 1 \n" ); document.write( "y = -6x - 2 \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |