document.write( "Question 789231: Find a linear equation whose graph is the straight line with the given properties.
\n" );
document.write( "Through (0, 0) and (p, q) \n" );
document.write( "
Algebra.Com's Answer #478780 by harpazo(655)![]() ![]() You can put this solution on YOUR website! Let m = the slope\r \n" ); document.write( "\n" ); document.write( "You did not provide the quantities.\r \n" ); document.write( "\n" ); document.write( "m = (q-0)/(p-0)\r \n" ); document.write( "\n" ); document.write( "m = q/p\r \n" ); document.write( "\n" ); document.write( "Use point slope formula to find your equation. \r \n" ); document.write( "\n" ); document.write( "y-y1 = m(x-x1)\r \n" ); document.write( "\n" ); document.write( "y - 0 = (q/p)(x-0)\r \n" ); document.write( "\n" ); document.write( "y = (q/p)(x)\r \n" ); document.write( "\n" ); document.write( "y = qx/p \n" ); document.write( " |