Allright so I found some answers online and I'm going to combine them to give you a proper answer;
'How many solutions total are there to x1 + x2 + x3 + x4 + x5 = 21 ?
Imagine you have 21 "objects" which we can represent with the letter o:
o o o o o o o o o o o o o o o o o o o o o
I think that's 21 of them. Now, how do we divide them up into 5 non-negative values? Just split them up into five sections. The way to do that is just like this:
o o o o | o o o o | o o o o o o |o o o o o | o o
That corresponds to the solution x1=4, x2=4, x3=6, x4=5, x5=2
Now how many ways can you do that? There are 20 viable places for the separator marks -- anywhere between the 21 o's. So you pick a place for four of them -- 20C4.
But those are the solutions with positive values -- you want non-negative values.
How can we compensate for that? Well, we can reduce this to a different problem.
If I want to solve things with non-negative values x1,x2,..,x5, I can simply consider some positive number y1 and then let x1=y1-1. That will produce all non-negative possibilities.
So you just solve:
x1 + x2 + x3 + x4 + x5 = 21
(y1 - 1) + (y2 - 1) + (y3 - 1) + (y4 - 1) + (y5 - 1) = 21
y1 + y2 + y3 + y4 + y5 = 26
So now y1,y2,..,y5 are positive solutions -- we've just "transformed" the problem into a problem we know the answer to, just with different parameters. The answer is 25C4 instead of 20C4. '
https://answers.yahoo.com/question/index?qid=20100226154058AASnDH8
25C4 = 12650 possibilities
Now for part a) of your question;
Let z1 = x1-1 and zi = xi for i = 2,3,4,5.
Then x1+x2+x3+x4+x5 = 21 => z1+1+z2+z3+z4+z5 =21 => z1+z2+z3+z4+z5 = 20
Similarly this has 24C4= 10626 solutions
part b) can be solved in the same way leading to 15C4 = 1365 solutions
For part c). The number of solutions with x1<=10 is the total number of solutions minus the solutions where x1>=11. Then again it can be solved in a similar matter.
This leads to 25C4-14C4 = 12650 - 1001 = 11649 solutions
Since my head started spinning with d). I googled the answer for d)
'The solution could also be found using combinations with repetitions,
The solution is equal to a combination of putting 21 elements in 5 boxes(consider each variable a box).
Hence there are 21 elements and 4 borders x1 | x2 | x3 | x4 | x5 where the elements and borders could be combined in different ways.
as x3>=15, the solution could be simplified to 6 elements in 4 borders ( 5 boxes) ; for which the solution is C(10,6)
Now for the remaining conditions, subtract the case when x1>3 and when x2>3 , which is 2*C(6,2)
The final step is to subtract the case when x2=0 , which is tricky because when you take x2=0, there are now 6 elements to fill in 3 borders (4 boxes) and you also have to consider the case when x2=0 and x1>3, the value for which was already subtracted previously.
So in essence the final step would be C(9,6) - C(5,2) (All combinations when x2=1 - All combinations when x2=1 and x1>3)
The final solution is the C(10,6)-C(6,2)-C(6,2)-(C(9,6)-C(5,2)) = 106'
https://answers.yahoo.com/question/index?qid=20130115003939AAKJtTP
I hope this helps
All right, so your question is;
$$1200 \times (1.05)^x = 3000$$
Do you know what a logarithm is?
Basically if we have
$$a^b = c$$
then
$$log_ac = b$$
There's a pretty good explanation about logarithms right here; http://www.mathsisfun.com/algebra/logarithms.html
Now let's rewrite your problem to $$1200 \times (1.05)^x = 3000 \Rightarrow (1.05)^x = \frac{3000}{1200} \Rightarrow x = log_{(1.05)}(\frac{3000}{1200})$$
Yet, we still have a problem...
Your calculator always uses $$log_{10}$$ if you use the $$log$$ button.
To be able to calculate this you need to make use of this rule;
$$log_ac = b \Rightarrow \frac{log_{10}c}{log_{10}a} = b$$
So now we have
$$x = \frac{log\frac{3000}{1200}}{log1.05}\Rightarrow x \approx 18.78$$
Let's check this;
$$1200*(1.05)^{18.78} = 2999.97 \approx 3000$$
Yay
@@ End of Day Wrap - Saturday 24/5/14 Sydney, Australia Time 21:30
Hi everyone,
I trust that you are all enjoying your weekend! It has been a fabulously sunny day in Sydney!
Great answers were given today by Takahiro Maeda, CPhill, Rosala, Alan, Rom, reinout-g, rag3phone, zegroes, nadiyah and Bertie. Thank you, you are all wonderful.
I haven't heard from Andre Massow but I saw no more evidence of the hacker today so presumably Andre has taken care of the problem. Only Chris and I were complaining yesterday. It was driving us nuts. I am wondering if we were the only ones affected. Doesn't matter, hopefully the problem is finished with.
Here are some posts that may be of interest.
Speed questions. Good (High level) junior high problems. Students often find questions relating to speed very difficult. I think that they are often quite interesting. Rosala presented a few today.
http://web2.0calc.com/questions/explain-the-answer
How to solve a more difficult equation x+6=0.5^x I want to take a proper look at Alan's answer.
http://web2.0calc.com/questions/solve-for-x-x-6-5-x
Estimating roots - I want to have a better look at these answers, I am only familiar with Newton's method.
http://web2.0calc.com/questions/hi-i-want-to-know-how-to-solve-somthing-like-nbsp
I think that is it for this evening.
Enjoy your weekend.
Melody.