document.write( "Question 903061: write a linear equation for a line passing through the origin with a slope of -3 \n" ); document.write( "
Algebra.Com's Answer #547709 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! ***Using point-slope form, \n" ); document.write( "y - 0 = -3(x-0) \n" ); document.write( "y = 3x \n" ); document.write( "Or \n" ); document.write( "3x - y = 0 in Standard Form \n" ); document.write( " |