My friends and I are competing in a fitness challenge against each other. We will determine the winner based on who has the greatest percentage improvement after three months. Here is the problem: if someone can do $1$ pushup and they improve to $10$, that is a huge percent difference compared to someone that goes from $21$ to $30$, even though going from $21$ to $30$ is much harder. So is there a way to compare the percent improvements while taking into account the diminishing returns problem?
2026-03-26 07:33:57.1774510437
How to determine who improved the most considering diminishing returns
44 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in DATA-ANALYSIS
- Calculating an average of other averages
- When extrapolating for projections, how do you know which function-form to use?
- Log base e versus log base 10 for semilog plot, how do I recognize the type of curve my data fits?
- Book Recommendation for Analyzing Experimental Results
- MLE of non-numerical variables?
- How to tell when a data series is a normal distribution
- Counting occurrences of elements from data stream
- Based on the coinmarket cap api, how do they calculate the bitcoin percent change
- Statistical analysis of study with categorical and numerical variables
- If I divide one column of a matrix by another, do I get new "information"?
Related Questions in PERCENTAGES
- if $2000 is 40% what is the remaining 60%
- Why does a calculator say that 3% + 3% = .0309?
- How do you calculate number percent between 2 arbitrary numbers
- Need to create a score using multiple variables (percentages) to show efficiency
- How to get part of total based on 2 percentages
- Formula to calculate profit over time
- Calculating Percentage Efficiency
- Percentage stored as a fraction of 1: What is this called?
- Comparing different fractions for ranking?
- Get figure from percentage
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?
A percentage improvement is a percentage improvement.
Let's say, for argument's sake, that you're the fittest one. You can do 21 pushups, and your most out-of-shape friend can only do one.
For every extra pushup he can do at the end of the challenge period, he's experienced a 100% increase. In order to keep pace with that, you have to be able to do 21 more pushups for every one more that he does.
I wouldn't have agreed to this challenge if I were you, but, "the destructor has been chosen."
In essence, you're looking for a way to explain why you don't have to improve as much on a percentage basis as he does. The simplest way, in my book, would have been to mutually agree on a goal of $n_{later}$ pushups to each participant, where $n_{later} > n_{now}$, and then choose the winner based on how far they exceed their goal (in number of pushups).
But, that should have been negotiated before the challenge began, not during. :)