Tuesday, April 29, 2008

S.A.Tricky

Here's an S.A.T. problem that stumped my students and me (for a little while).

Problem:

a - b = 10
a2 - b2 = 50

Find b.



Edit: The original post contained a mistake. (10 + b)2 = 100 + 20b + b2, not 100 + 2b + b2.

Solution...

Thursday, April 24, 2008

IDEAs

Here's another S.A.T. problem.

Problem:

In the correctly worked addition problem to the left, A, B, D, E, I, and S each represent a different digit. What is the smallest possible value of D?

Solution...

Thursday, April 10, 2008

Prime Factorization

This problem comes form Project Euler. I solved it with a computer program written in C++.

Problem:

What is the largest prime factor of the number 600851475143?

Solution...