Posted by Urgent Help Please on Thursday, March 8, 2012 at 11:42pm.
I could think of no easy way to determine the answer. I'd be interested to know what the teacher says as far as finding the solution quickly. I think that questions like this are a waste of time, because there's no real mathematical insight to be gained. It's just a matter of searching for something in a long list.
To that end, I wrote a small perl program that just tried all the 4-digit numbers. That was the only solution found.
Now, if they had wanted divisibility by 3 or 9, then you could use the casting out nines, which says that if the sum of the digits is divisible by 9, so is the number. Even that gives little help in reducing the list.
Unfortunately, casting out sevens requires factoring the number, so it doesn't help much. If any of the factors is divisible, then so is the number. (duh)
So, another way might be to check all numbers that contain only prime factors not including 7: 2,3,5,11,13,... but that's also tedious.
Related Questions
Math Help Please - Would you please explain the steps you used to get the answer...
Math Help Please - Can you Please explain the answer that I received of 2469? It...
Chem 30 - 1) Suppose the mass of the NaOH used in a reaction was doubled. What ...
math - I asked this question but no one answered it. Can someone please help ...
Math SOmeone please please help - Find the derivative of the function. g(u) = (5...
Math, check my answer. thanks - Consider the following students methods of...
accounting - I'm stumped in reference to figuring the answer for the ...
math - justify the steps of my last question ms sue please explain how you got ...
math - Consider the following students method of solving the proportion 8/5 = 20...
algebra question - Please help me answer the following Explain how you would ...
For Further Reading