Log in

View Full Version : Primes and integers


Siustrulka
Feb 25, 2008, 08:29 AM
Three primes - p,q, and r- satisfy p+q=r and 1<p<q. What is the value of p?

Let a, b, c, and d be integers with a<2b, b<3c and c<4d. If d <100, what is the largest possible value for a?

ebaines
Feb 25, 2008, 10:50 AM
Here's a hint for the first problem. If p+q = r, then at least one of them must be even - can you see why that is? Now, thinking about prime numbers - how many of them are even? Which one(s)? Can you take it from there?

As to the second problem - start with the fact that d<100, select the largest possible value of d and work backwards in turn to figure out the largest possible values of c, b, and finally a.