document.write( "Question 58519: Determine if the lines are parallel, perpendicular or neither:\r
\n" ); document.write( "\n" ); document.write( "-4x + 3y = 4\r
\n" ); document.write( "\n" ); document.write( "-8x + 6y = 0
\n" ); document.write( "

Algebra.Com's Answer #40068 by megaroo11891(5)\"\" \"About 
You can put this solution on YOUR website!
Well, first off, to determine if two lines are parallel, they would have the same slope. If they are perpendicular, the slopes would be opposite (i.e. a slope of 2 and a slope of 1/2 are perpendicular). So you have to put these equations in slope-intercept form. \r
\n" ); document.write( "\n" ); document.write( "-4x + 3y = 4
\n" ); document.write( "+4x      +4x     Add 4x to both sides
\n" ); document.write( "3y = 4x + 4           Divide by 3
\n" ); document.write( " 3     3     3
\n" ); document.write( "y = 4/3x + 4/3 This is your first equation\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "-8x + 6y = 0
\n" ); document.write( "+8x        +8x     Add 8x to both sides
\n" ); document.write( "6y = 8x     Divide by 6
\n" ); document.write( "6     6
\n" ); document.write( "y = 8/6x     Simplify
\n" ); document.write( "y = 4/3x     This is your second equation\r
\n" ); document.write( "\n" ); document.write( "Note what I said above and take that into account. Both of the slopes are 4/3x, which means that the lines are parallel!
\n" ); document.write( "
\n" );