document.write( "Question 916042: Twenty more than half a number is at least 45. Find the least number that meets this condition \n" ); document.write( "
Algebra.Com's Answer #555891 by JulietG(1812)\"\" \"About 
You can put this solution on YOUR website!
.5x+20>=45
\n" ); document.write( ".5x>=25
\n" ); document.write( "x>=50
\n" ); document.write( "50 is the least number for x; it makes the equation equal 45
\n" ); document.write( "
\n" );