document.write( "Question 181932: Plot the graphs of the following functions.
\n" ); document.write( "f(x) = 5x
\n" ); document.write( "f(x) = 4x+2
\n" ); document.write( "f(x) = (1/3)x
\n" ); document.write( "f(x) = log5x \r
\n" ); document.write( "\n" ); document.write( "How do I get the solutions for each of these functions?
\n" ); document.write( "

Algebra.Com's Answer #136562 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
You are using the word solution incorrectly. Each of the equations
\n" ); document.write( "has 2 variables, \"f%28x%29\" and \"x\". There is no way to \"solve\"
\n" ); document.write( "1 equation with 2 variables. For a solution to be possible, the
\n" ); document.write( "number of variables has to equal the number of equations.
\n" ); document.write( " You can, however, plot all of these equations. A plot doesn't
\n" ); document.write( "give you a solution, unless you're looking for a special point,
\n" ); document.write( "like a root, or an intercept.
\n" ); document.write( "\"f%28x%29+=+5x\"
\n" ); document.write( "\"f%28x%29+=+4x%2B2\"
\n" ); document.write( "\"f%28x%29+=+%281%2F3%29x\"
\n" ); document.write( "\"f%28x%29+=+log%285x%29\"
\n" ); document.write( "--------------------
\n" ); document.write( " \"+graph%28+500%2C+500%2C+-10%2C+10%2C+-10%2C+10%2C5x+%29+\"
\n" ); document.write( " \"+graph%28+500%2C+500%2C+-5%2C+5%2C+-5%2C+5%2C4x+%2B+2%29+\"
\n" ); document.write( " \"+graph%28+500%2C+500%2C+-10%2C+10%2C+-10%2C+10%2C%281%2F3%29%2Ax%29+\"
\n" ); document.write( " \"+graph%28+500%2C+500%2C+-2%2C+5%2C+-2%2C+4%2C+log%2810%2C5x%29+%29+\"
\n" ); document.write( "
\n" );