document.write( "Question 91987: Last and final problem I am having troubles with is the following:
\n" );
document.write( "Instructions:\r
\n" );
document.write( "\n" );
document.write( "Find the solution set of :\r
\n" );
document.write( "\n" );
document.write( "1/k-1 + 1/k+2 = 3/k^2+k-2\r
\n" );
document.write( "\n" );
document.write( "Translation:
\n" );
document.write( "Looks like 3 different terms to me:
\n" );
document.write( "1 divided by k-1 + 1 divided by k+2 = 3 divided by k squared plus k-2 \n" );
document.write( "
Algebra.Com's Answer #66897 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! the denominator on the right side is the common denominator for the two fractions on the left side\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "so (k+2)+(k-1)=3 ... 2k+1=3 ... 2k=2 ... k=1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "BUT ... if k=1 then two of the denominators become 0, resulting in undefined quantities\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this means that there is NO SOLUTION ... the solution set is the null set \n" ); document.write( " |