document.write( "Question 850048: The sum of a number and 6 times its reciprocal is -5. Find the number. \n" ); document.write( "
Algebra.Com's Answer #511951 by ortarico(23)![]() ![]() ![]() You can put this solution on YOUR website! Let the number be denoted as 'p'. \n" ); document.write( "From the info: \n" ); document.write( "p+6*(1/p)=-5 \n" ); document.write( "p+6/p=-5 \n" ); document.write( "LCD of LHS then cross multiply gives: \n" ); document.write( "p^2+5p+6 \n" ); document.write( "factorising gives: \n" ); document.write( "(p+2)(p+3) \n" ); document.write( ":.P=-2or-3 \n" ); document.write( " |