document.write( "Question 252817: Which is an equation of a line that has a slope of -1/2 and contains the point (2, 3)?
\n" );
document.write( "f y = -(x/2) + 4
\n" );
document.write( "g y = 3x + 2
\n" );
document.write( "h y = 2x - (1/2)
\n" );
document.write( "j y = (x/2) + 3 \n" );
document.write( "
Algebra.Com's Answer #184910 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! the only one with a slope of -1/2 is y=-(x/2)+4 \n" ); document.write( "check if 2,3 is on the line by plugging in 2,3 as x and y \n" ); document.write( "3=-2/2+4 \n" ); document.write( "3=3 \n" ); document.write( "yes it is on the line and so is the answer \n" ); document.write( " \n" ); document.write( " |