document.write( "Question 49902: If the line through (1, 3) and (a, 9) is parallel to 3x-5y=2, what is a?\r
\n" );
document.write( "\n" );
document.write( "Please help me. \n" );
document.write( "
Algebra.Com's Answer #33158 by Nate(3500) ![]() You can put this solution on YOUR website! 3x - 5y = 3 \n" ); document.write( "-5y = -3x + 3 \n" ); document.write( "5y = 3x - 3 \n" ); document.write( "y = 3x/5 - 3/5 \n" ); document.write( "Parallel to ~> slope = 3/5 \n" ); document.write( "P(1,3) and P(a,9) \n" ); document.write( "M = (y2 + y1)/(x2 + x1) = (9 + 3)/(a + 1) = 12/(a + 1) \n" ); document.write( "The slope(M) must equal 3/5. \n" ); document.write( "12/(a + 1) = 3/5 \n" ); document.write( "(a + 1)/12 = 5/3 \n" ); document.write( "a + 1 = 20 \n" ); document.write( "a = 19 \n" ); document.write( " |