document.write( "Question 623081: How do I graph a parabola X=(1/24)*y^2 \n" ); document.write( "
Algebra.Com's Answer #391878 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
Here's one approach:
\n" ); document.write( "Graph: \"x+=+%281%2F24%29y%5E2\" Solve this for y:
\n" ); document.write( "\"y+=+sqrt%2824x%29\" and \"y+=+-sqrt%2824x%29\"
\n" ); document.write( "Now grapgh these two equations:
\n" ); document.write( "\"graph%28400%2C400%2C-5%2C30%2C-30%2C30%2Csqrt%2824x%29%2C-sqrt%2824x%29%29\"
\n" ); document.write( "
\n" );