document.write( "Question 1021633: The sum of a number and 2 less than 1/2 the number is 30. Find the number.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #637418 by macston(5194)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "x=the number \n" ); document.write( "(0.5x-2) = 2 less than 1/2 the number \n" ); document.write( ". \n" ); document.write( "x+(0.5x-2)=30 \n" ); document.write( "1.5x-2=30 \n" ); document.write( "1.5x=32 \n" ); document.write( "x=21.33 \n" ); document.write( ". \n" ); document.write( "ANSWER: The number is 21.33 \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( " |