Question 530209
{{{ 6b-1 <= 41}}} or {{{2b+1 >= 11 }}}



{{{ 6b <= 41+1}}} or {{{2b >= 11-1 }}}



{{{ 6b <= 42}}} or {{{2b >= 10 }}}



{{{ b <= 42/6}}} or {{{b >= 10/2 }}}



{{{ b <= 7}}} or {{{b >= 5 }}}



If you need more help, email me at <a href="mailto:jim_thompson5910@hotmail.com">jim_thompson5910@hotmail.com</a>


Also, please consider visiting my website: <a href="http://www.freewebs.com/jimthompson5910/home.html">http://www.freewebs.com/jimthompson5910/home.html</a> and making a donation. Thank you


Jim