document.write( "Question 375940: Hi, the problem i am having is with subsitution in a qudratic equation.
\n" );
document.write( "x^2-xy=10 (1)
\n" );
document.write( "x+y=8 (2)
\n" );
document.write( " Thank you. I worked it out using the qudratic formula but i would like to know if it's right before handing my assignment in to my teacher I need it by tommrrow morning please help. \n" );
document.write( "
Algebra.Com's Answer #267351 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! y = 8 - x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "substituting ___ x^2 - 8x + x^2 = 10 ___ 2x^2 - 8x - 10=0 ___ x^2 - 4x - 5 = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "factoring ___ (x - 5)(x + 1) = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "substitute to find y \n" ); document.write( "___ there are two (x,y) solutions \n" ); document.write( " |