document.write( "Question 552404: how do i write an equation that is parallel to y=-1/2x+4 that goes through these points (-3,5)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #360270 by TutorDelphia(193) You can put this solution on YOUR website! parallel equations always have the same slope \n" ); document.write( "since the equation you have is in slope intercept form we know the slope is -1/2\r \n" ); document.write( "\n" ); document.write( "So far we know y=(-1/2)x+b \n" ); document.write( "but we don't know b, the intercept so just plug in x and y from your point and solve for b\r \n" ); document.write( "\n" ); document.write( "5=(-1/2)(-3)+b \n" ); document.write( "5=3/2+b \n" ); document.write( "10/2=3/2+b \n" ); document.write( "7/2=b\r \n" ); document.write( "\n" ); document.write( "y=(-1/2)x+7/2 \n" ); document.write( "As you can see our lines are parallel \n" ); document.write( " |