document.write( "Question 686456: Identify the conic section(circle, ellipse, hyperbola,parabola, or straight line)
\n" );
document.write( " -3y-5-x=0 \n" );
document.write( "
Algebra.Com's Answer #424776 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! -3y-5-x=0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-3y-5 = x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-3y = x + 5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y = (x + 5)/(-3)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y = (-1/3)x - 5/3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the conic section is a straight line. \n" ); document.write( " |