document.write( "Question 231300: 1.Find the x- and y-intercepts (if any) for each line
\n" );
document.write( "2.Plot those intercepts, and graph the two lines
\n" );
document.write( "3.Apply elimination or substitution to find the coordinates of the point of intersection (if there are no solutions or infinite solutions, state this
\n" );
document.write( "5x - 2y = -1
\n" );
document.write( "x + 4y = 35
\n" );
document.write( "i have a clue how to start. i really dont want the answer as much as i want the procedure for each step. i have more of these and i can figure out one then im in business \n" );
document.write( "
Algebra.Com's Answer #171248 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! 5x-2y=-1 \n" ); document.write( "x+4y=35, x=35-4y \n" ); document.write( "5(35-4y)-2y=-1 \n" ); document.write( "175-20y-2y=-1 \n" ); document.write( "-22y=-176 \n" ); document.write( "y=8 \n" ); document.write( "---------------- \n" ); document.write( "5x-2(8)=-1 \n" ); document.write( "5x=15 \n" ); document.write( "x=3 \n" ); document.write( "(3,8) intersect \n" ); document.write( "------------------- \n" ); document.write( "5x-2y=-1 \n" ); document.write( "5(0)-2y=-1 \n" ); document.write( "y=-1/-2 \n" ); document.write( "y=1/2 \n" ); document.write( "(0,1/2) y int \n" ); document.write( "------------------------- \n" ); document.write( "5x-2(0)=-1 \n" ); document.write( "5x=-1 \n" ); document.write( "x=-1/5 \n" ); document.write( "(-1/5,0) x int \n" ); document.write( " |