document.write( "Question 997804: Find the slope-intercept form for the line satisfying the following condition. \r
\n" );
document.write( "\n" );
document.write( "x intercepts 3, y intercepts 3/5 \n" );
document.write( "
Algebra.Com's Answer #615801 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! You can begin by writing \n" ); document.write( "x/3 + y/(3/5) = 1 \n" ); document.write( "x/3 + 5y/3 = 1 \n" ); document.write( "x + 5y = 3 \n" ); document.write( "5y = -x + 3 \n" ); document.write( "y = (-1/5)x + 3/5 \n" ); document.write( " |