Apologies for bumping such an old thread, I was wondering where the 1 in 1+1.25 "goes?" as in the original solution it becomes:
Reduce by \(a\) and simplify:
\(r=\frac{100p}{p+125-1.25p}=\frac{100p}{125-0.25p}\);
I assumed P goes to the numerator by multiplying it out of the denominator (100-p)/p then it becomes 100p after being multiplied by 100. Forming 100p/1+125-1.25p?
Bunuel
Marcoson
Quote:
\(r=\frac{a}{a + 1.25*\frac{a(100-p)}{p}}*100\) --> reduce by \(a\) and simplify --> \(r=\frac{100p}{p+125-1.25p}=\frac{100p}{125-0.25p}\)
Hi Bunel, I don't get the reduction. How do you get rid of the \(a+\) in the denominator?
I only get this:
\(r=\frac{a}{a + 1.25*\frac{a(100-p)}{p}}*100\) --> reduces to --> \(r=\frac{100 p}{a+1,25*(100-p)}\)
\(r=\frac{a}{a + 1.25*\frac{a(100-p)}{p}}*100\);
Factor out a from the denominator: \(r=\frac{a}{a(1 + 1.25*\frac{(100-p)}{p})}*100\).
Reduce it: \(r=\frac{1}{1 + 1.25*\frac{(100-p)}{p}}*100\).
Hope it's clear.