document.write( "Question 252803: A line passes through the origin and has a slope of 1/3. A point on the line is
\n" ); document.write( "(t, t+2). What is t?
\n" ); document.write( "

Algebra.Com's Answer #184868 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
the plan
\n" ); document.write( "find the equation of the line by point slope\r
\n" ); document.write( "\n" ); document.write( "y=mx+b
\n" ); document.write( "plug in 1/3 for m
\n" ); document.write( "y=x/3+b
\n" ); document.write( "plug in the x and y of the origin (0,0)
\n" ); document.write( "0=0+b
\n" ); document.write( "b=0
\n" ); document.write( "plug b back in the equation
\n" ); document.write( "y=x/3
\n" ); document.write( "substitute the point (t,t+2) for x and y
\n" ); document.write( "t+2=t/3
\n" ); document.write( "3t+6=t
\n" ); document.write( "2t=-6
\n" ); document.write( "t=-3
\n" ); document.write( "t+2=-1
\n" ); document.write( "the point is (-3,-1)
\n" ); document.write( "
\n" );