document.write( "Question 246974: if 4 times a number is 3 less than twice the number what is the number
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #180261 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! if 4 times a number is 3 less than twice the number what is the number \n" ); document.write( "----------- \n" ); document.write( "Let the number be \"x\": \n" ); document.write( "Equation: \n" ); document.write( "4x = 2x-3 \n" ); document.write( "2x = -3 \n" ); document.write( "x = -3/2 \n" ); document.write( "x = -1.5 \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |