I'm trying to solve this sequence but I can't find anything related to my exact problem.
Given the following:
$3$a3 + $6$a12 = 81
Specifically, I'm trying to find the 9th element [a9] as well as d - common difference.
I know of the formula
an = a1+(n-1)d
But not sure on how to implement it.
What would be a good way of approaching this problem?