document.write( "Question 469148: Find the domain of the functions:
\n" );
document.write( "a.f(x)=3/x +2
\n" );
document.write( "b.f(x)=1/x^2-6x+5
\n" );
document.write( " I have attempted the problem I just want to make did it correctly. \n" );
document.write( "
Algebra.Com's Answer #322289 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Find the domain of the functions: \n" ); document.write( "a.f(x)=3/x +2 \n" ); document.write( "b.f(x)=1/x^2-6x+5 \n" ); document.write( "... \n" ); document.write( "a.f(x)=3/x +2 \n" ); document.write( "Domain: all real numbers except x≠0 \n" ); document.write( "** \n" ); document.write( "b.f(x)=1/x^2-6x+5 \n" ); document.write( "x^2-6x+5=0 \n" ); document.write( "(x-5)(x-1)=0 \n" ); document.write( "Domain: all real numbers except x≠5 or x≠1 \n" ); document.write( " |