document.write( "Question 319839: How would I graph the equation and calculate at least 5 coordinate pairs?\r
\n" );
document.write( "\n" );
document.write( "x + 4y = 5 \n" );
document.write( "
Algebra.Com's Answer #229088 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! make an input/output table with x on left and y on right \n" ); document.write( "pick 5 numbers for x and solve for y \n" ); document.write( "those become your ordered pairs \n" ); document.write( "then graph them \n" ); document.write( "x+4y=5 \n" ); document.write( "1+4y=5 \n" ); document.write( "4y=3 \n" ); document.write( "y=3/4 \n" ); document.write( "(1,3/4) \n" ); document.write( " |