document.write( "Question 124432This question is from textbook Introductory Algebra
\n" );
document.write( ":
\n" );
document.write( "find an equation of the line that contains the point (1,0) and is perpendicular to 2x + y = -4. \n" );
document.write( "
Algebra.Com's Answer #91186 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! 2X+Y=-4 \n" ); document.write( "Y=-2X-4 THIS LINE HAS A SLOPE=-2 \n" ); document.write( "THUS THE LINE PERPENDICULAR WOULD HAVE A SLOPE=1/2 \n" ); document.write( "0=1*1/2+b \n" ); document.write( "b=-1/2 \n" ); document.write( "THUS THE EQUATION IS: \n" ); document.write( "Y=X/2-1/2 \n" ); document.write( " |