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
Hitman42 [59]
3 years ago
6

HELP me on this please

Mathematics
1 answer:
Rzqust [24]3 years ago
6 0

Answer:

angle FEA is 100°

angle AEC is 20°

angle CEG is 60°

Step-by-step explanation:

angle AEC=angle DEB=20°

angle AEG=angle FED=80°

80°-20°=60°; angle CEG=60°

angle FEA+angle AEC+ angle CEG=180°

angle FEA=100°

You might be interested in
Please help I will give Brain!!
Marysya12 [62]

Answer:

x = 14.5

Step-by-step explanation:

The diagonals of a rhombus are at right angle to each other, then

∠ BOA = 90° , so

6x + 3 = 90 ( subtract 3 from both sides )

6x = 87 ( divide both sides by 6 )

x = 14.5

4 0
3 years ago
PrOblem 1: Find the slope of the line containing the points: (3,-5) and (-1, -2)
Tanzania [10]

Answer:

1) -3/4

2) (6, 0), (0, -4)

3) connect (0,-2) and (8,0) together

Step-by-step explanation:

1) (-2) - (-5) / (-1) - 3 = -3/4

2) x = 0 -3y=12 y = -4, y= 0 2x =  12 x = 6, x intercept = (6, 0) y intercept = (0, -4)

3) x - 4y = 8 this could be written as y = x/4 - 2 and y intercept is (0, -2) and x intercept is (8, 0) so connect these points together and make a line

8 0
2 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
3 years ago
How many 1/4 pound packages of cheese can the deli make with 12 pounds of cheese
SSSSS [86.1K]

Answer:

48 1/4 packages

Step-by-step explanation:

8 0
3 years ago
What is the difference between decimal and binary numbering systems give examples of when you would use each?
vaieri [72.5K]

The difference between decimal and binary system are-

  • The base-10 system, often known as the decimal system, is the oldest and most widely used system of numbers.
  • The binary number system, often known as base 2, is used by computers.
<h3>What is decimal system?</h3>

Our daily use of numbers is based on a decimal number system, which uses 10 digits. A number system in mathematics is thought of as the use of digits or symbols to represent numbers.

  • The binary number system, the decimal number system, the octal number system, and the hexadecimal number system are the four primary varieties of the number system.
  • Given that it was challenging to multiply & divide big numbers by hand in earlier civilizations, this decimal system system is sometimes called as the Hindu-Arabic and Arabic number system.
<h3>What is binary system?</h3>

The base-2 number system is the binary system. That implies that it solely use the digits 0 and 1. The 1 one location is moved to its left into the 2s place when adding one to one, and a 0 is placed in the ones place, yielding the number 10. In such a base-10 system, 10 thus = 10. 10 = 2 in the base-2 system.

  • The place values in a base-2 system begin with ones and progress to twos, fours, then eights as one move to its left.
  • This is due to the base-2 system's foundation in powers of two.
  • A bit is the term for each binary digit.

Therefore, a binary number system only employs two different digits(0 and 1), whereas decimal number system includes ten different digits (ranging from 0 to 9).

To know more about decimal system, here

brainly.com/question/16913175

#SPJ4

6 0
2 years ago
Other questions:
  • 4/7 of the students in a classroom are girls if there are nine boys in the class how many total students are there ?
    13·1 answer
  • Rewrite the formula to find the radius of a sphere. The volume (V) of a sphere is given by the formula V=4/3 pi r^2
    14·2 answers
  • 5 plus 6 minus 4 plus 2 times 6 divided by 3= x x=10 how
    15·2 answers
  • Write an equation of the line passing through (2,-5) and (6,3)?
    10·1 answer
  • two numbers have these properties, both numbers are greater than 8. Their highest common factor is 8. their lowest common muliti
    7·1 answer
  • Find the product.<br> √5•3√5
    14·1 answer
  • The lines represented by the equations y<br> 3x + 5 and 5y– 15x = -10<br> are?
    12·1 answer
  • What is 60 minutes 20% of
    10·2 answers
  • Kams monthly budget includes 249 for food, 160 for gasoline, and 150 for utilities. If he earns 1506 per month after taxes, how
    15·1 answer
  • The sum of two numbers is zero. One number is nine less than twice the other. Find the numbers
    11·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!