document.write( "Question 178798: If a line passes through (5, 2) and has a slope of 2/3, then what is the value of y on this line when x = 8, x=11 and x= 12? \n" ); document.write( "
Algebra.Com's Answer #133769 by Mathtut(3670)![]() ![]() ![]() You can put this solution on YOUR website! use point slope formula \n" ); document.write( ": \n" ); document.write( "y-2=(2/3)(x-5) \n" ); document.write( ": \n" ); document.write( "y-2=2/3x-10 \n" ); document.write( ": \n" ); document.write( "y=(2/3)x-8 \n" ); document.write( ": \n" ); document.write( "so for \n" ); document.write( "x=8: y=2/3(8)-8=16/3-24/3=-8/3 \n" ); document.write( ": \n" ); document.write( "x=11: y=2/3(11)-8=22/3-24/3=-2/3 \n" ); document.write( ": \n" ); document.write( "x=12: y=2/3(12)-8=8-8=0 \n" ); document.write( " |