document.write( "Question 712628: When I graph y is greater than or equal to x+4 and y is less than 2x-1, there is no overlapping, so I believe I am doing it wrong. \n" ); document.write( "
Algebra.Com's Answer #438079 by Menjax(62)![]() ![]() ![]() You can put this solution on YOUR website! You can use \"=\" signs: \n" ); document.write( "y=x+4 \n" ); document.write( "y=2x-1 \n" ); document.write( "2x-1=x+4 \n" ); document.write( "x=5 \n" ); document.write( "y=9 \n" ); document.write( "The point they meet is (5,9) \n" ); document.write( " |