You can put this solution on YOUR website! twice a number increased by seven is at least 27
-------
Let the number be "x":
2x + 7 >= 27
----
Subtract 7 from both sides::
2x >= 20
------
Divide both sides by 2 to get::
x >= 10
============
Cheers,
Stan H.
==============