document.write( "Question 633965: Find the domain of the function:
\n" );
document.write( "f(x) = 5-3x/2x^2-14x+20 \n" );
document.write( "
Algebra.Com's Answer #399324 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Find the domain of the function: \n" ); document.write( "f(x) = 5-3x/2x^2-14x+20 \n" ); document.write( "set denominator=0, then solve for x \n" ); document.write( "At these x-values f(x), becomes undefined and therefore they are not included in the domain \n" ); document.write( ".. \n" ); document.write( "2x^2-14x+20=0 \n" ); document.write( "2(x^2-7x+10)=0 \n" ); document.write( "2(x-5)(x-2)=0 \n" ); document.write( "x=2 and 5 \n" ); document.write( "Domain: x≠2 and x≠5 \n" ); document.write( "or in interval notation \n" ); document.write( "(-∞,2) U (2,5) U (5,∞) \n" ); document.write( " |