document.write( "Question 206221: Hi all, can anyone please show me how to do the following question?
\n" );
document.write( "Determine whetherher the following line [(x-3)/5] = [(y+1/-2] = [(x-3)/4] contains the point (3, -1, 1).
\n" );
document.write( "Steps and notes on how to solve would be really helpful.
\n" );
document.write( "Thanks, -nick \n" );
document.write( "
Algebra.Com's Answer #155791 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Determine whetherher the following line [(x-3)/5] = [(y+1/-2] = [(x-3)/4] contains the point (3, -1, 1). \n" ); document.write( "---------------- \n" ); document.write( "Sub x, y and z (I assume you meant z in the last term). \n" ); document.write( "[(x-3)/5] = [(y+1/-2] = [(x-3)/4] \n" ); document.write( "0/5 = 0/-2 = -2/4 \n" ); document.write( "It's not equal, it's not on the line. \n" ); document.write( " |