document.write( "Question 762891: a line has equation y=3x+7 and passes through the point(h,h+15).calculate the value of h? \n" ); document.write( "
Algebra.Com's Answer #464273 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! y = 3x + 7 \n" ); document.write( "Substituting h for x \n" ); document.write( "Substituting h + 15 for y \n" ); document.write( "h + 15 = 3(h) + 7 \n" ); document.write( "h + 15 = 3h + 7 \n" ); document.write( " -2h = -8 \n" ); document.write( " h = 4 \n" ); document.write( "x = 4 \n" ); document.write( "y = 19 \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |