document.write( "Question 302959: twice the sum of a number and 3 is equal to three times the difference of the number and 2. Find the number \n" ); document.write( "
Algebra.Com's Answer #217191 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! 2(N+3)=3(N-2) \n" ); document.write( "2N+6=3N-6 \n" ); document.write( "2N-3N=-6-6 \n" ); document.write( "-N=-12 \n" ); document.write( "N=12 ANSWER. \n" ); document.write( "PROOF: \n" ); document.write( "2(12+3)=3(12-2) \n" ); document.write( "2*15=3*10 \n" ); document.write( "30=30 \n" ); document.write( " |