document.write( "Question 304: i need to know a step by step waty to get 36 from 3x/4-2=X/2+7 \n" ); document.write( "
\n" ); document.write( "i need to know a step by step way to get 36 from 3x/4-2=X/2+7\n" ); document.write( " 3x/4 - 2 = x/2 + 7\n" ); document.write( "Multiply every term by LCD of 4\n" ); document.write( " 4·(3x/4) - 4·(2) = 4·(x/2) + 4·(7)\n" ); document.write( " 3x - 8 = 2x + 28\n" ); document.write( "Add 8 to both sides\n" ); document.write( " 3x = 2x + 36\n" ); document.write( "Subtract 2x from both sides\n" ); document.write( " x = 36 \n" ); document.write( "Edwin