Manager
Joined: 11 Nov 2023
Posts: 228
Given Kudos: 78
WE:Business Development (Advertising and PR)
a, b, x, y, . . . Each term of the sequence above is 9 more than
[#permalink]
04 Dec 2023, 21:15
There's 2 ways to approach this question: 1) Try plugging in 54 as a, and work down to check whether y = 5/6x or 2) set up the equations and solve for a. I think Method 1 would be faster, but I'll explain both:
Method 1: Set a = 54
The sequence described can be written as Term=13(PreviousTerm)+9. So if a = 54, then:
b=13(54)+9=27
x=13(27)+9=18
y=13(18)+9=15
Now, we have to check whether y = 5/6x.
56x=56(18)=15=y
So, using this method, we know that a must be 54.
Method 2: setting up equations to solve for a
b=13a+9
x=13(b)+9=13(13a+9)+9=19a+12
y=13(x)+9=13(19a+12)+9=127a+13
We now have x and y in terms of a. Now we plug those into y = 5/6x to solve for a:
127a+13=56(19a+12)
5a+540=2a+702
3a=162
a=54