Let ${a_n}$ and ${b_n}$ be two different arithmetic series such that $(3n+1)a_n=(2n-1)b_n$ for all positive integers $n$. Let $A_n=a_1+a_2+...+a_n$ and $B_n=b_1+b_2+...+b_n$. what is the value of $\frac{A_9}{B_6}$?
How do I do this? There isn't any info about the separate sequences, but how they are related. Do I need to know anything about the sequences themselves?
$a_n$ and $b_n$ are both arithmetic so can be wrtten in the form ... $$ a_n=k_a+d_an \\b_n=k_b+d_bn $$
$$ (3n+1)a_n = (2n-1)b_n \\ \implies 3d_a n^2 + (3K-a + d_a)n +k_a = 2 d_b n^2+(2k_b-d_b)n -k_b $$
This is an identity in $n$ , so we can equate coefficients of powers of $n$ to get a system of 3 equations and 4 unknowns ...
$$\begin{eqnarray*} k_a &=& -k_b \\3k_a+d_a &=& 2 k_b-d_b \\3d_a &=& 2 d_b \end{eqnarray*}$$
which simplifies to ... $$\begin{eqnarray*} k_a &=& -k_b \\d_b &=& 3 k_b \\d_a &=& 2 k_b \end{eqnarray*}$$
Now let $x \equiv k_b$ so that the sequences can be expressed as ... $$a_n=x(-1+2n) \\ b_n = x(1+3n)$$
Hopefully you can take it from here, $x$ will cancel when you take the ratio of the sums.