My math aint that great but I was wondering what could be a good programming language for beginners
Well I kinda think it depends on what type of software you want to try and develope, or if you just really wanna get into the whole idea behind programming (what it's about, different programming concepts, etc etc). There's quite a lot of difference basic languages out there if that's the way you wanna start up.

I know quite a few that likes Python. Personally I've never used it, but I do know that it have got a great set of documentation, also for complete beginners. The syntax is also easy to read. The language is multi-paradigm, so you won't be forced into one mindset of programming right off the bat, but learning object oriented style can only be recommended.

http://www.python.org/

You can check out the documentation right on the side, including the beginners guide

Although Python do have a garbage collector, so ninja might not be too fund of it, hah!