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
Kitty [74]
4 years ago
13

GIVING BRAINLIEST

Mathematics
1 answer:
gayaneshka [121]4 years ago
7 0

Answer:  215 kids tickets and 160 adult tickets

<u>Step-by-step explanation:</u>

       Kids      Adults     Total

Qty:    x     +     y     =    375

Cost: 200x + 500y = 123,000


Solve the system using any method. <em>I am solving using elimination</em>

 -200(x + y = 375)                   →   -200x - 200y = -75,000

1(200x + 500y = 123,000)     → <u>   200x + 500y</u> = <u>123,000</u>

                                                                    300y = 48,000

                                                                   <u> ÷300 </u>   <u> ÷300    </u>

                                                                           y = 160

Next, replace "y" with "160" into either equation to solve for "x":

x +   y  = 375

x + 165 = 375

x          =  215

You might be interested in
A pipe is 30 feet long. It needs to be cut into pieces that are each 2/3 feet long. How many pieces can be made from the pipe?
Veseljchak [2.6K]

Answer:

45 pieces

Step-by-step explanation:

30 divided by 2/3. Use KCF and you get 30/1 x 3/2

30/1 x 3/2= 90/2=45

3 0
3 years ago
Read 2 more answers
Write a sum in standard form.<br><br> A) h(x)+k(x)
denpristay [2]

Answer:

x^2 + 2x - 8

Step-by-step explanation:

h(x) + k(x) = (2x^2 + 5x - 12) + (-x^2 - 3x + 4)

Add Like Terms

(2x^2 + 5x - 12) + (-x^2 - 3x + 4)

2x^2 - x^2 = x^2

(2x^2 + 5x - 12) + (-x^2 - 3x + 4)

5x - 3x = 2x

(2x^2 + 5x - 12) + (-x^2 - 3x + 4)

-12 + 4 = -8

x^2 + 2x - 8

7 0
3 years ago
Can anyone help me ASAP!
Natali5045456 [20]

Answer:

Step-by-step explanation:

65

6 0
3 years ago
Read 2 more answers
Using linked lists or a resizing array; develop a weighted quick-union implementation that removes the restriction on needing th
balu736 [363]

Answer:

Step-by-step explanation:

package net.qiguang.algorithms.C1_Fundamentals.S5_CaseStudyUnionFind;

import java.util.Random;

/**

* 1.5.20 Dynamic growth.

* Using linked lists or a resizing array, develop a weighted quick-union implementation that

* removes the restriction on needing the number of objects ahead of time. Add a method newSite()

* to the API, which returns an int identifier

*/

public class Exercise_1_5_20 {

public static class WeightedQuickUnionUF {

private int[] parent; // parent[i] = parent of i

private int[] size; // size[i] = number of sites in subtree rooted at i

private int count; // number of components

int N; // number of items

public WeightedQuickUnionUF() {

N = 0;

count = 0;

parent = new int[4];

size = new int[4];

}

private void resize(int n) {

int[] parentCopy = new int[n];

int[] sizeCopy = new int[n];

for (int i = 0; i < count; i++) {

parentCopy[i] = parent[i];

sizeCopy[i] = size[i];

}

parent = parentCopy;

size = sizeCopy;

}

public int newSite() {

N++;

if (N == parent.length) resize(N * 2);

parent[N - 1] = N - 1;

size[N - 1] = 1;

return N - 1;

}

public int count() {

return count;

}

public int find(int p) {

// Now with path compression

validate(p);

int root = p;

while (root != parent[root]) {

root = parent[root];

}

while (p != root) {

int next = parent[p];

parent[p] = root;

p = next;

}

return p;

}

// validate that p is a valid index

private void validate(int p) {

if (p < 0 || p >= N) {

throw new IndexOutOfBoundsException("index " + p + " is not between 0 and " + (N - 1));

}

}

public boolean connected(int p, int q) {

return find(p) == find(q);

}

public void union(int p, int q) {

int rootP = find(p);

int rootQ = find(q);

if (rootP == rootQ) {

return;

}

// make smaller root point to larger one

if (size[rootP] < size[rootQ]) {

parent[rootP] = rootQ;

size[rootQ] += size[rootP];

} else {

parent[rootQ] = rootP;

size[rootP] += size[rootQ];

}

count--;

}

}

public static void main(String[] args) {

WeightedQuickUnionUF uf = new WeightedQuickUnionUF();

Random r = new Random();

for (int i = 0; i < 20; i++) {

System.out.printf("\n%2d", uf.newSite());

int p = r.nextInt(i+1);

int q = r.nextInt(i+1);

if (uf.connected(p, q)) continue;

uf.union(p, q);

System.out.printf("%5d-%d", p, q);

uf.union(r.nextInt(i+1), r.nextInt(i+1));

}

}

}

8 0
3 years ago
A college-entrance exam is designed so that scores are normally distributed with a mean of 500 and a standard deviation of 100.
Debora [2.8K]

Answer:

68% of exam scores lie within one std. dev. of the mean

Step-by-step explanation:

Because the standard deviation is 100, one standard deviation above the mean comes out to 600.  Likewise, one std. dev. below the mean comes out to 400.  By the Empirical Rule, 68% of exam scores lie within one std. dev. of the mean.

8 0
4 years ago
Read 2 more answers
Other questions:
  • How to find the square root and cube root of a number?
    6·2 answers
  • consider the systems of equations below 4x-8y=12 11x+7y=33 determine if they can be used to create an equivalent system.
    13·1 answer
  • Joan sells new cars at a local dealership. She receives a 25% commission on the profit each car is sold for. Last month she sold
    7·2 answers
  • What is the equation of the graphed line written in
    13·1 answer
  • Suppose f(x) = x^3. Find the graph of f(x+5)
    11·1 answer
  • Find the sum: 4/3 + 11/12<br> O 15/15<br> O 15/3<br> O 26/3<br> O 48/3
    5·2 answers
  • Are 22 42 60 a right triangle or not?
    13·1 answer
  • HELP ME PLEASEEEEEEEEEEEE
    13·2 answers
  • Simplify the expression 5m+9n<br><br> M= -7 n=4
    10·1 answer
  • A line contains the points (6,-4) and (0,-2). What is the equation of the line?
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!