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
valina [46]
3 years ago
10

Mrs. Smith took her family and friends to the movies. There was a total of 15 people. Child tickets cost 5$ and adult tickets co

st 10$. She spent a total of 110$. How many adults went to the movies? Children?
Mathematics
1 answer:
SCORPION-xisa [38]3 years ago
3 0

Answer: children= 8, adult= 7

Step-by-step explanation:

Let the number of children be x

Let the number of adults be y

There was a total of 15 people. This can be represented as:

x + y = 15 .......... equation i

Child tickets cost 5$ and adult tickets cost 10$. She then spent a total of 110$. This can be represented as:

5x + 10y = 110 ............. equation ii

Combine both equations

x + y = 15 ........... equation i

5x + 10y = 110 .......... equation ii

Multiply equation I by 5

Multiply equation ii by 1

5(x + y = 15)

1(5x + 10y = 110)

5x + 5y = 75 .......... equation iii

5x + 10y = 110 ........ equation iv

Subtract equation iv from iii

-5y = -35

y = 35/5

y = 7

Number of adults is 7

Since x + y = 15

x = 15 - 7

x = 8

Number of children is 8

You might be interested in
Which of the following is a factor of x2 - 6x – 27? (1 point) O x + 3 O x + 9 O x-1 O None of the above​
Greeley [361]

Answer:

(x+3) is a factor of your question

Step-by-step explanation:

x²-6x-27

x²+3x-9x-27

x(x+3)-9(x+3)

(x+3)(x-9)

8 0
2 years ago
Read 2 more answers
The number of calories burned C varies directly with the time spent exercising T when then it swats for 4 hours he burns 800 cal
kykrilka [37]

Answer:

<u>Option D : c =200t</u>

Step-by-step explanation:

The number of calories burned C varies directly with the time spent exercising T

∴  ∝ t

∴ c = a t

Where a is the constant of proportion

exercising for 4 hours he burns 800 calories

∴ c = 800 when t = 4

∴ 800 = 4 a

∴ a = 800/4 = 200

∴ c = 200 t

<u>The answer is option D : c =200t</u>

3 0
3 years ago
14. Solve the following equations.<br> (a), 7x + 8 = 10 + 3x
3241004551 [841]

answer: x = 1/2

<u>explanation</u>

subtract 3x from both sides

4x+8=10

subtract 8 from both sides

4x=2

divide both sides by 4

x=2/4

simplify

x=1/2 OR x=.5

hope i helped!

4 0
3 years ago
Read 2 more answers
There are big spenders among University of Alabama football season ticket holders. This data set Roll Tide!! shows the dollar am
Bas_tet [7]

Using the z-distribution, as we have a proportion, the 95% confidence interval is (0.2316, 0.3112).

<h3>What is a confidence interval of proportions?</h3>

A confidence interval of proportions is given by:

\pi \pm z\sqrt{\frac{\pi(1-\pi)}{n}}

In which:

  • \pi is the sample proportion.
  • z is the critical value.
  • n is the sample size.

In this problem, we have a 95% confidence level, hence\alpha = 0.95, z is the value of Z that has a p-value of \frac{1+0.95}{2} = 0.975, so the critical value is z = 1.96.

We also consider that 130 out of the 479 season ticket holders spent $1000 or more at the previous two home football games, hence:

n = 479, \pi = \frac{130}{479} = 0.2714

Hence the bounds of the interval are found as follows:

\pi - z\sqrt{\frac{\pi(1-\pi)}{n}} = 0.2714 - 1.96\sqrt{\frac{0.2714(0.7286)}{479}} = 0.2316

\pi + z\sqrt{\frac{\pi(1-\pi)}{n}} = 0.2714 + 1.96\sqrt{\frac{0.2714(0.7286)}{479}} = 0.3112

The 95% confidence interval is (0.2316, 0.3112).

More can be learned about the z-distribution at brainly.com/question/25890103

7 0
2 years ago
Use the Euclidean Algorithm to compute the greatest common divisors indicated. (a) gcd(20, 12) (b) gcd(100, 36) (c) gcd(207, 496
coldgirl [10]

Answer:

(a) gcd(20, 12)=4

(b) gcd(100, 36)=4

(c) gcd(496,207 )=1

Step-by-step explanation:

The Euclidean algorithm is an efficient method for computing the greatest common divisor of two integers, without explicitly factoring the two integers.

The Euclidean algorithm solves the problem:

<em>                                   Given integers </em>a, b<em>, find </em>d=gcd(a,b)<em />

Here is an outline of the steps:

  1. Let a=x, b=y.
  2. Given x, y, use the division algorithm to write x=yq+r.
  3. If r=0, stop and output y; this is the gcd of a, b.
  4. If r\neq 0, replace (x,y) by (y,r). Go to step 2.

The division algorithm is an algorithm in which given 2 integers N and D, it computes their quotient Q and remainder R.

Let's say we have to divide N (dividend) by D (divisor). We will take the following steps:

Step 1: Subtract D from N repeatedly.

Step 2: The resulting number is known as the remainder R, and the number of times that D is subtracted is called the quotient Q.

(a) To find gcd(20, 12) we apply the Euclidean algorithm:

20 = 12\cdot 1 + 8\\ 12 = 8\cdot 1 + 4\\ 8 = 4\cdot 2 + 0

The process stops since we reached 0, and we obtain gcd(20, 12)=4.

(b) To find gcd(100, 36) we apply the Euclidean algorithm:

100 = 36\cdot 2 + 28\\ 36 = 28\cdot1 + 8\\ 28 = 8\cdot 3 + 4\\ 8 = 4\cdot 2 + 0

The process stops since we reached 0, and we obtain gcd(100, 36)=4.

(c) To find gcd(496,207 ) we apply the Euclidean algorithm:

496 = 207\cdot 2 + 82\\ 207 = 82\cdot 2 + 43\\ 82 = 43\cdot 1 + 39\\ 43 = 39\cdot 1 + 4\\ 39 = 4\cdot 9 + 3\\ 4 = 3\cdot 1 + 1\\ 3 = 1\cdot 3 + 0

The process stops since we reached 0, and we obtain gcd(496,207 )=1.

3 0
3 years ago
Other questions:
  • There are 2 blocks for every 3 videos. How many videos are there is there are 6 books
    10·2 answers
  • If Mrs Murphy separates her class into groups of 4 students each, 1 student is left over. If she separates her class into groups
    15·1 answer
  • Four times the sum of three and a number is the same as six times the same number. What equation would you write to find the num
    7·1 answer
  • Chloe is sorting items at a thrift store. She finds a box if tiny blocks that has 1,344 written on the outside. she can see that
    12·1 answer
  • Which two numbers have an absolute value of 50
    11·1 answer
  • PLEASE HELP ME:((( I NEED WORKING AS WELL
    6·1 answer
  • The number of students, s, in class is fewer than 10.
    9·1 answer
  • From a group of 10 children, a team of 5 (the red team) is randonnly chosen. The remaining 5 children
    7·1 answer
  • Please teach me how to solve part b, thank you.​
    7·1 answer
  • Peter was thinking of a number. peter adds 6 to it, then doubles it and gets an answer of 48.5. what was the original numbe
    14·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!