document.write( "Question 103145: determine the point of intersection of each pair of functions
\n" ); document.write( "f(x)= -2x^-5x+20, g(x)=6x-1
\n" ); document.write( "

Algebra.Com's Answer #74997 by srinivas(5)\"\" \"About 
You can put this solution on YOUR website!
to solve for point of intersection equate f(x) and g(x)\r
\n" ); document.write( "\n" ); document.write( "-2x^2-5x+20=6x-1
\n" ); document.write( "-2x^2-11x+21=0
\n" ); document.write( "2x^2+11x-21=0
\n" ); document.write( "2x^2+14x-3x-21=0
\n" ); document.write( "2x(+7)-3(x+7)=0
\n" ); document.write( "(2x-3)=0 (x+7)=0
\n" ); document.write( "therefore x=(3/2),-7
\n" ); document.write( "
\n" );