document.write( "Question 900532: one endpoint of a segment lies on the origin. if the second endpoints is known to lie on the line x=4, and the segment is a units long, explain how you could find the coordinates of the other endpoint
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #546020 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
The line \"+x=4+\" is a vertical line through (4,0)
\n" ); document.write( "The line segment trough the origin is \"+a+\"
\n" ); document.write( "units long
\n" ); document.write( "--------------------
\n" ); document.write( "If I say that the intersection of the line segment
\n" ); document.write( "with \"+x=4+\" is ( 4,y ), then the distance
\n" ); document.write( "between ( 0,0 ) and ( 4,y ) would be:
\n" ); document.write( "\"+a%5E2+=+%28+4+-+0+%29%5E2+%2B+%28+y+-+0+%29%5E2+\"
\n" ); document.write( "\"+a%5E2+=+4%5E2+%2B+y%5E2+\"
\n" ); document.write( "\"+y%5E2+=+a%5E2+-+16+\"
\n" ); document.write( "\"+y+=+sqrt%28+a%5E2+-+16+%29+\"
\n" ); document.write( "------------------------
\n" ); document.write( "So, the coordinates of the other endpoint are:
\n" ); document.write( "( 4 , sqrt( a^2 - 16 ) )
\n" ); document.write( "
\n" ); document.write( "
\n" );