1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
11Alexandr11 [23.1K]
3 years ago
12

A company that offers tubing trips down a river rents tubes for a person to use and "cooler" tubes to carry food and water. A gr

oup spends $270 to rent a total of 15 tubes. Write a system of linear equations that represents this situation. How many of each type of tube does the group rent? Person tube $20 Cooler tube $12.50
Mathematics
1 answer:
mestny [16]3 years ago
7 0

Answer: the group rented 11 Person tubes and 4 cooler tubes

Step-by-step explanation:

There are two types of tubes, Person tube and cooler tube.

Let P represent number of Person tubes that the group rented.

Let C represent number of Cooler tubes that the group rented.

The group spends $270 to rent a total of 15 tubes and Person tube $20 Cooler tube $12.50. Two linear equations can be derived from the above information

P + C = 15 - - - - - - - 1

20P + 12.5C = 270 - - - -- - - 2

Substituting P = 15 - C into equation 2,

It becomes

20(15-C) + 12.5C = 270

300 - 20C + 12.5C = 270

- 20C + 12.5C = 270 -300

7.5C = - 30

C = 30/7.5 = 4

P = 15 - C

P = 15 - 4 = 11

You might be interested in
A 90% confidence interval for the average weight (in pounds) of Americans was found to be (185, 210). The point estimate for thi
Lynna [10]

Answer:

B. 12.5

Step-by-step explanation:

We have the lowe confidence interval = 185

The upper confidence interval = 210

Mean of X = (lower confidence + upper confidence interval)/2

Mean of X = 185 + 210/2

= 197.5

The margin of error = the upper confidence interval - mean of X

= 210-197.5

= 12.5

3 0
3 years ago
Kevin has $50 and wants to buy some art paper and paints. One pack of art paper costs $12, and the paints cost $6 per tube. He b
lara [203]

Answer:  4

Step-by-step explanation:

2(12) + 6n ≥ 50

24 + 6n ≥ 50

6n ≥ 26

  n ≈ 4

The maximum number of tubes of paint that Kevin can buy is 4.

4 0
2 years ago
Read 2 more answers
You spend two and a half hours online you spend one fifth of that time writing a blog how long do you spend writing your blog
sveta [45]

Answer:

u spend half an hour on your blog

Step-by-step explanation:

(1/5)*(5/2) = 1/2

4 0
2 years ago
Prove that
Pani-rosa [81]
Let's start from what we know.

(1)\qquad\sum\limits_{k=1}^n1=\underbrace{1+1+\ldots+1}_{n}=n\cdot 1=n\\\\\\
(2)\qquad\sum\limits_{k=1}^nk=1+2+3+\ldots+n=\dfrac{n(n+1)}{2}\quad\text{(arithmetic  series)}\\\\\\
(3)\qquad\sum\limits_{k=1}^nk\ \textgreater \ 0\quad\implies\quad\left|\sum\limits_{k=1}^nk\right|=\sum\limits_{k=1}^nk

Note that:

\sum\limits_{k=1}^n(-1)^k\cdot k^2=(-1)^1\cdot1^2+(-1)^2\cdot2^2+(-1)^3\cdot3^2+\dots+(-1)^n\cdot n^2=\\\\\\=-1^2+2^2-3^2+4^2-5^2+\dots\pm n^2

(sign of last term will be + when n is even and - when n is odd).
Sum is finite so we can split it into two sums, first S_n^+ with only positive trems (squares of even numbers) and second S_n^- with negative (squares of odd numbers). So:

\sum\limits_{k=1}^n(-1)^k\cdot k^2=S_n^+-S_n^-

And now the proof.

1) n is even.

In this case, both S_n^+ and S_n^- have \dfrac{n}{2} terms. For example if n=8 then:

S_8^+=\underbrace{2^2+4^2+6^2+8^2}_{\frac{8}{2}=4}\qquad\text{(even numbers)}\\\\\\
S_8^-=\underbrace{1^2+3^2+5^2+7^2}_{\frac{8}{2}=4}\qquad\text{(odd numbers)}\\\\\\

Generally, there will be:

S_n^+=\sum\limits_{k=1}^\frac{n}{2}(2k)^2\\\\\\S_n^-=\sum\limits_{k=1}^\frac{n}{2}(2k-1)^2\\\\\\

Now, calculate our sum:

\left|\sum\limits_{k=1}^n(-1)^k\cdot k^2\right|=\left|S_n^+-S_n^-\right|=
\left|\sum\limits_{k=1}^\frac{n}{2}(2k)^2-\sum\limits_{k=1}^\frac{n}{2}(2k-1)^2\right|=\\\\\\=
\left|\sum\limits_{k=1}^\frac{n}{2}4k^2-\sum\limits_{k=1}^\frac{n}{2}\left(4k^2-4k+1\right)\right|=\\\\\\

=\left|4\sum\limits_{k=1}^\frac{n}{2}k^2-4\sum\limits_{k=1}^\frac{n}{2}k^2+4\sum\limits_{k=1}^\frac{n}{2}k-\sum\limits_{k=1}^\frac{n}{2}1\right|=\left|4\sum\limits_{k=1}^\frac{n}{2}k-\sum\limits_{k=1}^\frac{n}{2}1\right|\stackrel{(1),(2)}{=}\\\\\\=
\left|4\dfrac{\frac{n}{2}(\frac{n}{2}+1)}{2}-\dfrac{n}{2}\right|=\left|2\cdot\dfrac{n}{2}\left(\dfrac{n}{2}+1\right)-\dfrac{n}{2}\right|=\left|n\left(\dfrac{n}{2}+1\right)-\dfrac{n}{2}\right|=\\\\\\


=\left|\dfrac{n^2}{2}+n-\dfrac{n}{2}\right|=\left|\dfrac{n^2}{2}+\dfrac{n}{2}\right|=\left|\dfrac{n^2+n}{2}\right|=\left|\dfrac{n(n+1)}{2}\right|\stackrel{(2)}{=}\\\\\\\stackrel{(2)}{=}
\left|\sum\limits_{k=1}^nk\right|\stackrel{(3)}{=}\sum\limits_{k=1}^nk

So in this case we prove, that:

 \left|\sum\limits_{k=1}^n(-1)^k\cdot k^2\right|=\sum\limits_{k=1}^nk

2) n is odd.

Here, S_n^- has more terms than S_n^+. For example if n=7 then:

S_7^-=\underbrace{1^2+3^2+5^2+7^2}_{\frac{n+1}{2}=\frac{7+1}{2}=4}\\\\\\
S_7^+=\underbrace{2^2+4^4+6^2}_{\frac{n+1}{2}-1=\frac{7+1}{2}-1=3}\\\\\\

So there is \dfrac{n+1}{2} terms in S_n^-, \dfrac{n+1}{2}-1 terms in S_n^+ and:

S_n^+=\sum\limits_{k=1}^{\frac{n+1}{2}-1}(2k)^2\\\\\\
S_n^-=\sum\limits_{k=1}^{\frac{n+1}{2}}(2k-1)^2

Now, we can calculate our sum:

\left|\sum\limits_{k=1}^n(-1)^k\cdot k^2\right|=\left|S_n^+-S_n^-\right|=
\left|\sum\limits_{k=1}^{\frac{n+1}{2}-1}(2k)^2-\sum\limits_{k=1}^{\frac{n+1}{2}}(2k-1)^2\right|=\\\\\\=
\left|\sum\limits_{k=1}^{\frac{n+1}{2}-1}4k^2-\sum\limits_{k=1}^{\frac{n+1}{2}}\left(4k^2-4k+1\right)\right|=\\\\\\=
\left|\sum\limits_{k=1}^{\frac{n-1}{2}-1}4k^2-\sum\limits_{k=1}^{\frac{n+1}{2}}4k^2+\sum\limits_{k=1}^{\frac{n+1}{2}}4k-\sum\limits_{k=1}^{\frac{n+1}{2}}1\right|=\\\\\\

=\left|\sum\limits_{k=1}^{\frac{n-1}{2}-1}4k^2-\sum\limits_{k=1}^{\frac{n+1}{2}-1}4k^2-4\left(\dfrac{n+1}{2}\right)^2+\sum\limits_{k=1}^{\frac{n+1}{2}}4k-\sum\limits_{k=1}^{\frac{n+1}{2}}1\right|=\\\\\\=
\left|-4\left(\dfrac{n+1}{2}\right)^2+4\sum\limits_{k=1}^{\frac{n+1}{2}}k-\sum\limits_{k=1}^{\frac{n+1}{2}}1\right|\stackrel{(1),(2)}{=}\\\\\\
\stackrel{(1),(2)}{=}\left|-4\dfrac{n^2+2n+1}{4}+4\dfrac{\frac{n+1}{2}\left(\frac{n+1}{2}+1\right)}{2}-\dfrac{n+1}{2}\right|=\\\\\\

=\left|-n^2-2n-1+2\cdot\dfrac{n+1}{2}\left(\dfrac{n+1}{2}+1\right)-\dfrac{n+1}{2}\right|=\\\\\\=
\left|-n^2-2n-1+(n+1)\left(\dfrac{n+1}{2}+1\right)-\dfrac{n+1}{2}\right|=\\\\\\=
\left|-n^2-2n-1+\dfrac{(n+1)^2}{2}+n+1-\dfrac{n+1}{2}\right|=\\\\\\=
\left|-n^2-n+\dfrac{n^2+2n+1}{2}-\dfrac{n+1}{2}\right|=\\\\\\=
\left|-n^2-n+\dfrac{n^2}{2}+n+\dfrac{1}{2}-\dfrac{n}{2}-\dfrac{1}{2}\right|=\left|-\dfrac{n^2}{2}-\dfrac{n}{2}\right|=\left|-\dfrac{n^2+n}{2}\right|=\\\\\\

=\left|-\dfrac{n(n+1)}{2}\right|=|-1|\cdot\left|\dfrac{n(n+1)}{2}\right|=\left|\dfrac{n(n+1)}{2}\right|\stackrel{(2)}{=}\left|\sum\limits_{k=1}^nk\right|\stackrel{(3)}{=}\sum\limits_{k=1}^nk

We consider all possible n so we prove that:

\forall_{n\in\mathbb{N}}\quad\left|\sum\limits_{k=1}^n(-1)^k\cdot k^2\right|=\sum\limits_{k=1}^nk
7 0
3 years ago
I’m not sure what to do, this was what I got. Someone please help and solve problem #14 in the picture. Thanks!
mars1129 [50]

Answer:

  • x = 8
  • AM = BM = 16

Step-by-step explanation:

Your problem setup is correct. The triangle is isosceles, so the marked segments are the same length.

  3x - 8 = 2x

You can solve this by subtracting 2x (from both sides) ...

  x - 8 = 0

Then adding 8 (to both sides):

  x = 8

MB = MA = 2x = 16.

4 0
3 years ago
Other questions:
  • What is four points fewer than the bulls scored write in a algebraic expression
    13·2 answers
  • The quality control officer at a manufacturing plant needs to determine what percentage of items in a batch are defective. The f
    12·1 answer
  • Use proportion to find the answer.
    15·1 answer
  • Need to show work for 336 * 0.4 ​
    9·1 answer
  • PLEASE HELP ME ILL GIVE BRAINLIEST SELECT ALL THAT APLY!!!!!!!!!!!!!!!!!!!!!!!
    12·1 answer
  • 1. Eddie ordered customized cups. He was
    12·2 answers
  • How to solve absolute value inequalities.
    10·1 answer
  • Write the numeral to represent four hundred and eight thousand and sixty-four
    11·2 answers
  • Get more math help pls
    12·2 answers
  • PLSSSSSS ANGLES I need helppppp
    13·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!