document.write( "Question 675572: If a line has the points (4,y) and (16,8), with a slope of -2/3, what is y? \n" ); document.write( "
Algebra.Com's Answer #419930 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! If a line has the points (4,y) and (16,8), with a slope of -2/3, what is y? \n" ); document.write( "-------------------- \n" ); document.write( "Slope, m = diffy/diffx = (y-8)/(4-16) = -2/3 \n" ); document.write( "(y-8)/12 = -2/3 \n" ); document.write( "3(y-8) = -24 \n" ); document.write( "y-8 = -8 \n" ); document.write( "y = 0 \n" ); document.write( " \n" ); document.write( " |