document.write( "Question 273728: How do I find what y is when I have three pints and my slope? Example: find y, (-4,3)and(12,y) slope 1/8
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #199944 by Alan3354(69443) You can put this solution on YOUR website! How do I find what y is when I have three pints and my slope? Example: find y, (-4,3)and(12,y) slope 1/8 \n" ); document.write( "--------------- \n" ); document.write( "I see 2 points, no pints. \n" ); document.write( "The slope, m = diffy/diffx \n" ); document.write( "m = (3-y)/(-4-12) = 1/8 \n" ); document.write( "(3-y)/-16 = 1/8 \n" ); document.write( "3-y = -2 \n" ); document.write( "y = 5 \n" ); document.write( " \n" ); document.write( " |