document.write( "Question 194093This question is from textbook
\n" );
document.write( ": Find the points of intersection of the graphs of the equations. [Separate your answers with a semicolon (;). ]\r
\n" );
document.write( "\n" );
document.write( "y2 - 5x2 = 25
\n" );
document.write( "y - x = 5
\n" );
document.write( "I already found one answer: (0,5) but the computer says there is a second answer. any help would be greatly appreciated \n" );
document.write( "
Algebra.Com's Answer #145683 by edjones(8007) You can put this solution on YOUR website! y^2 - 5x^2 = 25 \n" ); document.write( "y - x = 5 \n" ); document.write( "y=x+5 \n" ); document.write( "(x+5)^2-5x^2-25=0 \n" ); document.write( "x^2+10x+25-5x^2-25=0 \n" ); document.write( "-4x^2+10x=0 \n" ); document.write( "-2x(2x-5)=0 \n" ); document.write( "x=0, y=5 One answer set \n" ); document.write( ". \n" ); document.write( "2x=5 \n" ); document.write( "x=2.5, y=7.5 Second answer set. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |