document.write( "Question 499044: if a number is divided by -22 then increased by 3 the results is 5. what is the number \n" ); document.write( "
Algebra.Com's Answer #337321 by deborabr(181)\"\" \"About 
You can put this solution on YOUR website!
x/-22+3=5
\n" ); document.write( "x+3=5*-22
\n" ); document.write( "x=5*-22-3
\n" ); document.write( "x=-110-3
\n" ); document.write( "x=-113
\n" ); document.write( "the number is -113
\n" ); document.write( "
\n" );