document.write( "Question 333487: Hi again, Will someone show me how to determine whether the following line:
\n" );
document.write( "L= (2,-3,4) + t(1,2,3) contains the point (4,1,10).
\n" );
document.write( "Would be most appreciated.
\n" );
document.write( "Thanks,
\n" );
document.write( "-Nick
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #238960 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Will someone show me how to determine whether the following line: \n" ); document.write( "L= (2,-3,4) + t(1,2,3) contains the point (4,1,10). \n" ); document.write( "-------------- \n" ); document.write( "If t = 2, then the point (2+2,-3+4,4+6) is on the line \n" ); document.write( "= (4,1,10) \n" ); document.write( " \n" ); document.write( " |