so, first, gather your important information:
"at least $205"
"already has $30"
"$7 per hour"
now rewrite this into numbers and symbols:
"at least $205" ... >/= 205 (his money MUST be over 205)
"already has $30" ... +30 (he's already saved 30, so add it)
"$7 per hour" ... 7h (he makes 7 an hour)
put all of those together.
7h + 30 >/= 205
this is your inequality. seven dollars an hour plus the thirty dollars he already saved must equal at least 205.
now, solve it for h:
7h + 30 >/= 205 ... subtract 30
7h >/= 175 ... divide by 7
h >/= 25
because your h variable stands for the hours worked, he must work at least 25 hours to have enough money to buy his new video game system.