BREAKING: Target Test Prep releases Brand New 2026 On Demand GMAT prep course

Redeem

Target Test Prep · GMAT

Choose how you want to prepare

Learn live with an expert or move at your own pace. Every option includes the complete TTP study system.

★★★★★5.0559 reviews
GMATLiveTeach 7 seats left
Chris Peckover
NEXT LIVE COHORT

Oct 13 to Jan 7, 2027

with Chris Peckover

Schedule
Tue, Thu · 8:00 to 10:00 PM ET
Included
40 live hours + 6 months of GMAT OnDemand
  • Live instruction and real-time questions
  • Class recordings and assigned practice
View class & enroll
Limited cohort · enrollment openTarget Test Prep
EALiveTeach 5 seats left
Logan Thompson
EXECUTIVE ASSESSMENT

Sep 6 to Dec 6, 2026

with Logan Thompson

Schedule
Sun · 9:30 AM to 12:30 PM ET
Included
40 hours of live online classes plus six months of access to the complete TTP EA OnDemand course.
  • 165+ EA Score Guarantee
  • 4,100+ Quant, Verbal, and Integrated Reasoning practice questions
  • 400+ hours of in-depth video lessons
  • 3,000+ step-by-step video solutions
View EA class & enroll
Limited cohort · enrollment openTarget Test Prep
GMATOnDemand Start anytime
SELF-PACED MASTERCLASS

Target Test Prep GMAT OnDemand

Complete access from day one. Study on your schedule.

715+ score guarantee
$0to start then $127/mo
  • Personalized study plan and analytics
  • Thousands of lessons and practice questions

Compare the format, schedule, and included access before enrolling. Prices and seat counts shown reflect the supplied offer details.

Word problem

Expert replies
by amanjena » Wed Apr 23, 2014 8:33 am
A certain musical scale has 13 notes, each having a different frequency, measured in cycles per second. In the scale, the notes are ordered by increasing frequency, and the highest frequency is twice the lowest. For each of the 12 lower frequencies, the ratio of a frequency to the next higher frequency is a fixed constant. If the lowest frequency is 440 cycles per second, then the frequency of the 7th note in the scale is how many cycles per second?

(A) 440sqrt(2)
(B) 440sqrt(2^7)
(C) 440sqrt(2^12)
(D) 440*12rt(2^7)
(E) 440*7rt(2^12)
Join the discussion
Source: — Problem Solving |

by Brent@GMATPrepNow » Wed Apr 23, 2014 8:50 am
amanjena wrote:A certain musical scale has 13 notes, each having a different frequency, measured in cycles per second. In the scale, the notes are ordered by increasing frequency, and the highest frequency is twice the lowest. For each of the 12 lower frequencies, the ratio of a frequency to the next higher frequency is a fixed constant. If the lowest frequency is 440 cycles per second, then the frequency of the 7th note in the scale is how many cycles per second?

(A) 440√2
(B) 440√(2^7)
(C) 440√(2^12)
(D) 440*12√(2^7)
(E) 440*7√(2^12)
Let's let k = the multiplier for each successive note. That is, each note is k TIMES the note before it.
Then we'll start listing each note:

1st note = 440 cycles per second
2nd note = 440(k) cycles per second
3rd note = 440(k)(k) cycles per second
4th note = 440(k)(k)(k) cycles per second
.
.
.
7th note = 440(k)(k)(k)(k)(k)(k) = 440(k^6) cycles per second
.
.
.

13th note = 440(k)(k)(k)(k)(k)(k)(k)(k)(k)(k)(k)(k) = 440(k^12) cycles per second

We're told that the highest frequency is twice the lowest.
In other words, 440(k^12) is twice as big as 440
We can write: 440(k^12) = (2)440
Divide both sides by 440 to get: k^12 = 2

NOTE: Our goal is to find the frequency for the 7th note. In other words, we want to find the value of 440(k^6)

Since k^12 = 2, we can rewrite this as (k^6)^2 = 2
This means that k^6 = √2

So, the frequency of the 7th note = 440(k^6) = [spoiler]440√2 = A[/spoiler]

Cheers,
Brent
Brent Hanneson - Creator of GMATPrepNow.com
Image
Join the discussion

by Amrabdelnaby » Tue Dec 22, 2015 8:16 am
Brent, I solved it using a very different approach. Please correct me if I am wrong.

I did 880-440 = 440 --> the difference between the 1st and last note

then to determine the 7th note: (440/12)x 6 = 660

660 is very close to 440 root 2, since root 2 is around 1.4

was i thinking right or did i just solve it by luck?


Brent@GMATPrepNow wrote:
amanjena wrote:A certain musical scale has 13 notes, each having a different frequency, measured in cycles per second. In the scale, the notes are ordered by increasing frequency, and the highest frequency is twice the lowest. For each of the 12 lower frequencies, the ratio of a frequency to the next higher frequency is a fixed constant. If the lowest frequency is 440 cycles per second, then the frequency of the 7th note in the scale is how many cycles per second?

(A) 440√2
(B) 440√(2^7)
(C) 440√(2^12)
(D) 440*12√(2^7)
(E) 440*7√(2^12)
Let's let k = the multiplier for each successive note. That is, each note is k TIMES the note before it.
Then we'll start listing each note:

1st note = 440 cycles per second
2nd note = 440(k) cycles per second
3rd note = 440(k)(k) cycles per second
4th note = 440(k)(k)(k) cycles per second
.
.
.
7th note = 440(k)(k)(k)(k)(k)(k) = 440(k^6) cycles per second
.
.
.

13th note = 440(k)(k)(k)(k)(k)(k)(k)(k)(k)(k)(k)(k) = 440(k^12) cycles per second

We're told that the highest frequency is twice the lowest.
In other words, 440(k^12) is twice as big as 440
We can write: 440(k^12) = (2)440
Divide both sides by 440 to get: k^12 = 2

NOTE: Our goal is to find the frequency for the 7th note. In other words, we want to find the value of 440(k^6)

Since k^12 = 2, we can rewrite this as (k^6)^2 = 2
This means that k^6 = √2

So, the frequency of the 7th note = 440(k^6) = [spoiler]440√2 = A[/spoiler]

Cheers,
Brent
Join the discussion

by osama_salah » Wed Jun 15, 2016 8:32 am
Amr, You assumed that the frequency increases linearly but is not true. It increases exponentially. That is, your solution assumes that the difference between any frequency and the next one is constant whereas the question mentions that the ratio between a frequency and the next one is constant. So, Brent's answer is not equivalent to yours.
Amrabdelnaby wrote:Brent, I solved it using a very different approach. Please correct me if I am wrong.

I did 880-440 = 440 --> the difference between the 1st and last note

then to determine the 7th note: (440/12)x 6 = 660

660 is very close to 440 root 2, since root 2 is around 1.4

was i thinking right or did i just solve it by luck?


Brent@GMATPrepNow wrote:
amanjena wrote:A certain musical scale has 13 notes, each having a different frequency, measured in cycles per second. In the scale, the notes are ordered by increasing frequency, and the highest frequency is twice the lowest. For each of the 12 lower frequencies, the ratio of a frequency to the next higher frequency is a fixed constant. If the lowest frequency is 440 cycles per second, then the frequency of the 7th note in the scale is how many cycles per second?

(A) 440√2
(B) 440√(2^7)
(C) 440√(2^12)
(D) 440*12√(2^7)
(E) 440*7√(2^12)
Let's let k = the multiplier for each successive note. That is, each note is k TIMES the note before it.
Then we'll start listing each note:

1st note = 440 cycles per second
2nd note = 440(k) cycles per second
3rd note = 440(k)(k) cycles per second
4th note = 440(k)(k)(k) cycles per second
.
.
.
7th note = 440(k)(k)(k)(k)(k)(k) = 440(k^6) cycles per second
.
.
.

13th note = 440(k)(k)(k)(k)(k)(k)(k)(k)(k)(k)(k)(k) = 440(k^12) cycles per second

We're told that the highest frequency is twice the lowest.
In other words, 440(k^12) is twice as big as 440
We can write: 440(k^12) = (2)440
Divide both sides by 440 to get: k^12 = 2

NOTE: Our goal is to find the frequency for the 7th note. In other words, we want to find the value of 440(k^6)

Since k^12 = 2, we can rewrite this as (k^6)^2 = 2
This means that k^6 = √2

So, the frequency of the 7th note = 440(k^6) = [spoiler]440√2 = A[/spoiler]

Cheers,
Brent
Join the discussion

by Matt@VeritasPrep » Thu Jun 23, 2016 4:54 pm
That said, given the significant differences in magnitude between the answers and the fact that k is significantly less than 2, Amrab's approximation (using the arithmetic mean on the base instead of the exponent) wasn't that bad. Seems like a decent way to make an educated guess on test day.
Join the discussion

by targetisb » Mon Jan 23, 2017 9:24 pm
I am unable to solve as in the question they have specified as "For each of the 12 lower frequencies", in that case how can we take the same constant and multiply for 13th note. Shouldn't we stop at 12th note=440K^11.
Brent@GMATPrepNow wrote:
amanjena wrote:A certain musical scale has 13 notes, each having a different frequency, measured in cycles per second. In the scale, the notes are ordered by increasing frequency, and the highest frequency is twice the lowest. For each of the 12 lower frequencies, the ratio of a frequency to the next higher frequency is a fixed constant. If the lowest frequency is 440 cycles per second, then the frequency of the 7th note in the scale is how many cycles per second?

(A) 440√2
(B) 440√(2^7)
(C) 440√(2^12)
(D) 440*12√(2^7)
(E) 440*7√(2^12)
Let's let k = the multiplier for each successive note. That is, each note is k TIMES the note before it.
Then we'll start listing each note:

1st note = 440 cycles per second
2nd note = 440(k) cycles per second
3rd note = 440(k)(k) cycles per second
4th note = 440(k)(k)(k) cycles per second
.
.
.
7th note = 440(k)(k)(k)(k)(k)(k) = 440(k^6) cycles per second
.
.
.

13th note = 440(k)(k)(k)(k)(k)(k)(k)(k)(k)(k)(k)(k) = 440(k^12) cycles per second

We're told that the highest frequency is twice the lowest.
In other words, 440(k^12) is twice as big as 440
We can write: 440(k^12) = (2)440
Divide both sides by 440 to get: k^12 = 2

NOTE: Our goal is to find the frequency for the 7th note. In other words, we want to find the value of 440(k^6)

Since k^12 = 2, we can rewrite this as (k^6)^2 = 2
This means that k^6 = √2

So, the frequency of the 7th note = 440(k^6) = [spoiler]440√2 = A[/spoiler]

Cheers,
Brent
Join the discussion

by DavidG@VeritasPrep » Tue Jan 24, 2017 4:29 am
I am unable to solve as in the question they have specified as "For each of the 12 lower frequencies", in that case how can we take the same constant and multiply for 13th note. Shouldn't we stop at 12th note=440K^11.
Look at the wording again: For each of the 12 lower frequencies, the ratio of a frequency to the next higher frequency is a fixed constant.

So each frequency is defined in terms of its relationship to the next higher frequency. If the 13th is the highest, it can't have a relationship to a 14th frequency that doesn't exist. And if the 12th note is 440k^11, and the ratio of each note to the next higher frequency is 'k' then 13th/440k^11 = k; Solving for the 13th, we get 13th = 440k^12
Veritas Prep | GMAT Instructor

Veritas Prep Reviews
Save $100 off any live Veritas Prep GMAT Course
Join the discussion

by Jeff@TargetTestPrep » Fri Jan 27, 2017 9:53 am
amanjena wrote:A certain musical scale has 13 notes, each having a different frequency, measured in cycles per second. In the scale, the notes are ordered by increasing frequency, and the highest frequency is twice the lowest. For each of the 12 lower frequencies, the ratio of a frequency to the next higher frequency is a fixed constant. If the lowest frequency is 440 cycles per second, then the frequency of the 7th note in the scale is how many cycles per second?

(A) 440√2
(B) 440√(2^7)
(C) 440√(2^12)
(D) 440*12√(2^7)
(E) 440*7√(2^12)
We are given that a certain musical scale has 13 notes, ordered from least to greatest. We also know that each next higher frequency is equal to the preceding frequency multiplied by some constant. Since the first frequency is 440 cycles per second, the second frequency is 440k, the third is 440k^2, the fourth is 440k^3...the seventh frequency is 440k^6, and the thirteenth frequency is 440k^12.

Since the highest frequency is twice the lowest, we can create the following equation:

440 x 2 = 440k^12

2 = k^12

(^12)√2 = k

Thus, the seventh frequency is 440((^12)√2)^6 = 440√2.

Answer: A

Jeffrey Miller
Head of GMAT Instruction
[email protected]

Image

See why Target Test Prep is rated 5 out of 5 stars on BEAT the GMAT. Read our reviews
Join the discussion