Skip to content

Weblog About Jim Jim's Resume Discussion Mailing List Search
  You are not logged in Link icon Log in Link icon Join
You are here: Re: A math problem is driving me nuts!

Twitter Updates
Pro Services

Jim Roepcke specializes in WebObjects (Java), Plone (Zope, Python), and Cocoa (Objective-C).

  • consultation
  • development
  • documentation
  • mentoring

Contact Jim for more information.

Python Tutorial

I presented the Introduction to Python for Plone developers tutorial at the first Plone conference in October 2003. Slides and Video are available to all on the plone.org site.

Badges

Proud Member of the ACM

Proud Member of the Association for Computing Machinery

RSS reader for Mac OS X

NetNewsWire: More news, less junk. Faster

Fantasy Trading of HBWT at:

Listed on BlogShares

Design by:

Powered by Plone
Blog Directory - Blogged
Log in
Name

Password

 
I forgot my password; please send me a new one.
 
 

Re: A math problem is driving me nuts!

Message Details
Posted
5/9/2004; 5:01 PM by Jim Roepcke
Last Modified
5/9/2004; 5:01 PM by Jim Roepcke
In Response To
RE: A math problem is driving me nuts! (#6884)
Label
Miscellaneous
Read Count
265
Message Body
On May 9, 2004, at 4:48 AM, Seth Dillingham wrote:

> On 5/9/04, Jim Roepcke said:
>
>> I need a thorough review of factoring, for one thing.
>
> Factoring is actually very easy, though sometimes it's a little time
> consuming. There are lots of homework-help sites on the net for
> highschoolers that do a good job of walking you through factoring
> quadratic equations and other such things.

Thanks Seth, I'll look for that on the 'net next time I'm looking for
resources and post any good links I find.

This morning I remembered how to factor quadratic expressions (at least
I think these are called quadratic expressions). I was looking at them
yesterday, and could see, intuitively, what was being done, but I
couldn't remember the "algorithm" or pattern for doing it.

x^2 + 2x - 3

I need to find two numbers whose sum is +2 and product is -3. So,
that's +3 and -1. Bing! I remember! Yay! Grade nine is flooding
back. :-)

x^2 + 2x - 3 = (x + 3)(x - 1)

I never forgot how to do the inverse, the expanding bit, because of an
acronym we learned in math class: FOIL. First, Outside, Inside, Last.
Multiply the first terms of each term, then the outside terms, then the
inside terms, then the last terms, and add them. I imagine this is how
everyone is taught this.

(x + 3)(x -1) = x*x + x*-1 + 3*x + 3*-1 = x^2 - x + 3x - 3 = x^2 + 2x -3

This is pretty basic stuff, and obviously nowhere near where I need to
get, but it feels good to remember these patterns again. Now I need to
work through a bunch of these to get it nailed... something I didn't do
the first time around in junior high. I just memorized the pattern and
was satisfied with that. I could do things fast enough that I could
always ace the tests. Thankfully the tests were worth enough, and
homework worth little enough that I would get a half-decent grade just
doing tests. Senior high was different, I did a lot of homework then
so I could get honour roll grades, because I needed those grades to get
into UVic. :-) Also, I always told my parents that I would get good
grades when it mattered... since Junior High grades didn't matter, I
didn't care. I was sick of having meetings with my parents and the
school councillors about my grades and trying to understand why I
didn't do my homework. My answer always was, "it's boring crap, I
already know this stuff, give me something interesting to do and I'll
do it, I ace the tests so quit your complaining!"

Jim

Replies
None.

October 2008
Sun Mon Tue Wed Thu Fri Sat
  1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31  
Sep Nov
 
Sponsors
Research

Jim Roepcke is Willing to Fail

Books

I'm currently reading:

I'm currently reading Programming Erlang

I co-authored:

I co-authored this book