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
Nastasia [14]
2 years ago
14

Y = x2 - 6x - 8

Mathematics
1 answer:
Usimov [2.4K]2 years ago
3 0

Answer:

I think type answer is A

You might be interested in
An animal shelter had 45 animals adopted over one week. The ratio of dogs to ferrets was 5:1. The ratio of cats to dogs was 9:5.
Ira Lisetskai [31]

There are total 15 dogs, 27 cats, and 3 ferrets were adopted if the ratio of dogs to ferrets was 5:1. The ratio of cats to dogs was 9:5.

<h3>What is the ratio?</h3>

It is described as the comparison of two quantities to determine how many times one obtains the other. The proportion can be expressed as a fraction or as a sign: between two integers.

We have:

An animal shelter had 45 animals adopted over one week. The ratio of dogs to ferrets was 5:1. The ratio of cats to dogs was 9:5.

Combine ratio dogs:ferrets:cats = 5:1:9

Let's suppose the number of ferrets is x then:

5x + x + 9x = 45

15x = 45

x = 3

Ferrets x = 3

Dogs = 5x = 5(3) = 15

Cats = 9x = 9(3) = 27

Thus, there are total 15 dogs, 27 cats, and 3 ferrets were adopted if the ratio of dogs to ferrets was 5:1. The ratio of cats to dogs was 9:5.

Learn more about the ratio here:

brainly.com/question/13419413

#SPJ1

3 0
2 years ago
Please help. On a winter day in Alaska, the temperature at noon was -0.6°C. From noon to 3:00, the temperature increased by 1.2°
fomenos

Answer:

1st choice

Step-by-step explanation:

Temp at noon was -0.6. It increases 1.2 until 3.

-0.6+1.2

gets colder 0.4, then 0.6.

-0.6+1.2-0.4-0.6

the only correct way to put this equation as one of the other answers is by putting it as -0.6+1.2+(-0.4)+(-0.6)

hope that helped!

7 0
3 years ago
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
2 years ago
HELP ME PLEASE!!! D:
egoroff_w [7]

Answer:

205 : 41

or 41 cinnamon bars

7 0
3 years ago
Read 2 more answers
Need help / easy please
vodomira [7]

Answer:

this would be B.

Step-by-step explanation:

it crosses the y axis at positive 3. so has to be +3. this leaves b and c, it is a negative slope so it is Y= -2x+3.

7 0
3 years ago
Other questions:
  • What is the volume of this cylinder?
    15·1 answer
  • Find the volume of a triangular prism with the following dimensions. Round to the nearest whole number.
    10·2 answers
  • I need the co-ordinates to answer this can anyone give them to me? If not it's fine! :)
    12·1 answer
  • Please I really need help on these two
    7·1 answer
  • Problem #3
    6·1 answer
  • HELP PLS!! according to the rational root theorem, -2/5 is a potential rational root of which function?
    13·1 answer
  • Which equation can be used to prove 1 + tan?(x) = sec2(x)?
    9·1 answer
  • Please help due today { only EVENS} Mark Brainliest and 31 points
    14·1 answer
  • Paul brought $24.50 to the art supply store. He bought a brush, a sketchbook, and a paint set. The brush was 1 3 as much as the
    10·1 answer
  • What is the answer to this question
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!