document.write( "Question 337538: Three times a number, minus 6, is equal to two times a number, plus 8. Find the number. \n" ); document.write( "
Algebra.Com's Answer #241928 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let number be x \n" ); document.write( "3x-6 =2x+8 \n" ); document.write( "add +6 to both sides \n" ); document.write( "3x-6+6 = 2x+8+6 \n" ); document.write( "3x=2x+14 \n" ); document.write( "add -2x \n" ); document.write( "3x-2x= 2x-2x+14 \n" ); document.write( "x=14 \n" ); document.write( " |