I'm attempting to create a function that causes $Q$ to increase by $1$ whenever $C$ increases by $Q$. The progression of $C$ can be mapped by using $(n/2)*(2Q+(n-1)d)$, where $d = 1$ and $n= Q-9$. What I need from this expression is not the progression of $C$ but a)the value of $Q$, and b) the difference between $C$ and what $C$ needs to be to increment $Q$ by $1$. The Value of $C$ is provided. Thank you.
2026-03-26 01:06:37.1774487197
How to reverse extrapolate values $Q$ and $C$ from arithmetic function?
29 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in ARITHMETIC
- Solve this arithmetic question without algebra
- Is division inherently the last operation when using fraction notation or is the order of operation always PEMDAS?
- Upper bound for recursion?
- Proving in different ways that $n^{n-1}-1$ is divisible by $(n-1)^2$.
- Meaning of a percentage of something
- Compare $2^{2016}$ and $10^{605}$ without a calculator
- The older you are, the richer you get?
- Easy question which doesn't make sense to me!
- Calculating diminishing interest amount
- Multiplication Question
Related Questions in ARITHMETIC-PROGRESSIONS
- How to solve a quartic equation given that the roots are all part of an arithmetic sequence?
- Defining a rigorous equation for the distance
- How do I solve the following exercise?
- Upper bound for recursion?
- $a, 1, b$ are three consecutive terms of an arithmetic series, find $a, b$ and $S$ of the infinite geometric series
- I am stuck on a question Algebra:Sequence and series, Can we make an infinitely long arithmetic progression from the set of prime integers?
- General formula for natural power summation
- How do I proceed with this?
- Find the total number of identical terms in 2 sequences.
- Is there generalization for gamma function?
Related Questions in ARITHMETIC-FUNCTIONS
- Prove the asymptotic probability of numbers being relative prime equals $\frac{6}{\pi^2}$
- Prove $ \left\vert \sum_{n=1}^N \frac{\mu(n)}{n} \right\vert \leqslant 1,$ where $\mu(n)$ is the Mobius function.
- $Var[w]=O(\log\log(N))$ where $w(n)$ is the no of prime divisors of $n$
- Multiplicative arithmetic function on the unit disk
- Is feasible a simple inequality as a combination of the Firoozbakht's conjecture and the properties of the Ramanujan tau function?
- Is it true that $\underbrace{x^{x^{x^{.^{.^{.^x}}}}}}_{k\,\text{times}}\pmod9$ has period $18$ and can never take the values $3$ and $6$?
- Is the average order of a product of arithmetic functions the product of the average orders?
- If $f$ is an arithmetic function with $f(1)=1$ then $f$ is multiplicative
- Inverse of a Multiplicative Arithmetic Function w/0 Mobius function
- Inverting arithmetic functions
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
I'm not sure exactly what you're asking, but if the expression were $$C_n=\frac12d\left(2Q_n+(\color{red}{-}n-1)d\right)$$ I could solve it! Suppose $C_n$ increses by $Q_n$ to become $C_{n+1}$: $$C_{n+1}=C_n+Q_n\tag{1}$$ Then $Q_n$ increases by $1$: $$Q_{n+1}=Q_n+1\tag{2}$$ The same thing happens at the next time step so $$C_{n+2}=C_{n+1}+Q_{n+1}\tag{3}$$ Subtracting eq. $(1)$ from eq. $(3)$ and substituting in eq. $(2)$ we get $$C_{n+2}-C_{n+1}=C_{n+1}-C_n+Q_{n+1}-Q_n=C_{n+1}-C_n+1$$ Or $$C_{n+2}-2C_{n+1}+C_n=\Delta^2C_n=1$$ We know how to solve this sort of difference equation: $$C_n=k_0+k_1n+\frac12n(n+1)\tag{4}$$ Just plug the solution in and check that it works! Then from eq. $(2)$ $$\begin{align}C_{n+1}-C_n&=k_0+k_1(n+1)+\frac12(n+1)(n+2)-k_0-k_1n-\frac12n(n+1)\\ &=k_1+n+1=Q_n\end{align}$$ Now you can see why I wanted that minus sign in there: otherwise for big $n$, $C_n$ would increase like $\frac32n^2$ instead of the $\frac12n^2$ as must be the case as shown in eq. $(4)$. Since we are given $$n=Q_n-9=k_1+n+1-9=n+k_1-8$$ We can conclude that $k_1=8$ so $Q_n=n+9$ and $$\begin{align}C_n&=\frac12n(n+1+2k_1)+k_0=\frac12n(n+1+16)+k_0\\ &=\frac12n\left((2Q_n-9)-n+17\right)+k_0=\frac12n(2Q_n-n-1)+k_0\\ &=\frac12n\left(2Q_n+(-n-1)(1)\right)+(0)\end{align}$$ So that fits your pattern with my minus sign, $d=1$ and $k_0=0$.
Now that we have solved the problem, let's go back and answer the question. The value of $Q_n$ is $Q_n=n+9$, really given in the question. Also $C_{n+1}-C_n=Q_n=n+9$, also pretty much given in the question. So I think your question ended up being simple. The more challenging question would have been to get the expression for $C_n$ from the other information.