Thank you for using the timer - this advanced tool can estimate your performance and suggest more practice questions. We have subscribed you to Daily Prep Questions via email.
Customized for You
we will pick new questions that match your level based on your Timer History
Track Your Progress
every week, we’ll send you an estimated GMAT score based on your performance
Practice Pays
we will pick new questions that match your level based on your Timer History
Not interested in getting valuable practice questions and articles delivered to your email? No problem, unsubscribe here.
Thank you for using the timer!
We noticed you are actually not timing your practice. Click the START button first next time you use the timer.
There are many benefits to timing your practice, including:
The Target Test Prep course represents a quantum leap forward in GMAT preparation, a radical reinterpretation of the way that students should study. Try before you buy with a 5-day, full-access trial of the course for FREE!
Prefer video-based learning? The Target Test Prep OnDemand course is a one-of-a-kind video masterclass featuring 400 hours of lecture-style teaching by Scott Woodbury-Stewart, founder of Target Test Prep and one of the most accomplished GMAT instructors
For example imagine I have an integer y such that y = b^n +- c where b,n and c are integers. Is there any quick way to know what will the prime factors of y be without having to develop the number and then do a brute force prime factorization?
My understanding is that I can probably say is that c is going to "break" b^n... so if let's say b is 10 and we elevate to 2... we know that y will be 5*5*2*2 +/- c ... and then if c is 3 then I know that my new number will NOT be a multiple of 5 or 2 anymore... ok, but then what is it going to be a multiple of?
My understanding is that you could easily end up falling ON a prime after you add or substract c... so that leads me to think that there's no predictable way to figure out this case, hence one needs to do the brute force prime factorization and see what you get!
If anyone could shed some light here I'll be grateful! Thanks!
Archived Topic
Hi there,
This topic has been closed and archived due to inactivity or violation of community quality standards. No more replies are possible here.
Still interested in this question? Check out the "Best Topics" block below for a better discussion on this exact question, as well as several more related questions.
For example imagine I have an integer y such that y = b^n +- c where b,n and c are integers. Is there any quick way to know what will the prime factors of y be without having to develop the number and then do a brute force prime factorization?
My understanding is that I can probably say is that c is going to "break" b^n... so if let's say b is 10 and we elevate to 2... we know that y will be 5*5*2*2 +/- c ... and then if c is 3 then I know that my new number will NOT be a multiple of 5 or 2 anymore... ok, but then what is it going to be a multiple of?
My understanding is that you could easily end up falling ON a prime after you add or substract c... so that leads me to think that there's no predictable way to figure out this case, hence one needs to do the brute force prime factorization and see what you get!
If anyone could shed some light here I'll be grateful! Thanks!
Show more
This isn't a full answer to your question, but you can tell something about the prime factors relatively quickly. For instance, say that b = 10, and c = 6. You'd have something like
y = 10^50 + 6.
There's a rule about addition and factors, that says two things: - If A and B share a factor, then A + B will also have that factor. - If A has a factor, and B doesn't have that factor, then A + B doesn't have that factor.
In this case, you know that 10^50 has prime factors 2 and 5, while 6 has the prime factors 2 and 3. Therefore, you can conclude the following:
y has a prime factor of 2, y DOESN'T have a prime factor of 3, y DOESN'T have a prime factor of 5.
Unfortunately, I don't know a quick, consistent way to find every prime factor of y. But the information above is what I've seen used in GMAT problems in the past.
Archived Topic
Hi there,
This topic has been closed and archived due to inactivity or violation of community quality standards. No more replies are possible here.
Still interested in this question? Check out the "Best Topics" block above for a better discussion on this exact question, as well as several more related questions.