document.write( "Question 999751: Write a function with the following characteristics:\r
\n" ); document.write( "\n" ); document.write( "A vertical asymptote at x=3
\n" ); document.write( "A horizontal asymptote at y=2
\n" ); document.write( "An x-intercept at x=-5
\n" ); document.write( "

Algebra.Com's Answer #617332 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
These are not steps of arithmetic, but are just adjustments in the process of matching the specifications for the function:\r
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "\"y=k%28x%29%2Fx\"           degree of numerator and denominator be same\r\n" );
document.write( "\r\n" );
document.write( "\"y=2x%2Fx\"             want value of 2 to be approached at extreme x values\r\n" );
document.write( "\r\n" );
document.write( "\"y=2x%2F%28x-3%29\"         must be undefined at x=3\r\n" );
document.write( "\r\n" );
document.write( "\"highlight%28y=2%28x%2B5%29%2F%28x-3%29%29\"     x-intercept of -5\r\n" );
document.write( "
\n" ); document.write( "
\n" );