document.write( "Question 495755: find the slope and y-intercept of 9x=4y+28 \n" ); document.write( "
| Algebra.Com's Answer #336177 by rfer(16322)      You can put this solution on YOUR website! 4y=9x-28 \n" ); document.write( "y=9/4x-7 \n" ); document.write( "slope m=9/4 \n" ); document.write( "y int=-7 \n" ); document.write( " |