document.write( "Question 362334: find the coordinates of the x intercept and the y intercept of this linear equation 3x-4y=24 \n" ); document.write( "
Algebra.Com's Answer #258193 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! 3x-4y=24 \n" ); document.write( "3x-4*0=24 \n" ); document.write( "x=8 \n" ); document.write( "(8,0) \n" ); document.write( "3*0-4y=24 \n" ); document.write( "y=-6 \n" ); document.write( "(0,-6) \n" ); document.write( " |