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
Artyom0805 [142]
3 years ago
15

karim sent a chain email to 10 of his friends. the number of people who got the email increases by a factor of 1.4 every week. w

hich expression gives the number of people who got the email after 6 weeks?
Mathematics
1 answer:
Alinara [238K]3 years ago
5 0

Answer:

P(6) = 10(1.4)^{6} = 75.2

Step-by-step explanation:

The number of people who receive the email after t weeks can be modeled by the following equation.

P(t) = P(0)r^{t}

In which P(0) is the initial number of poeple who received the email and r is the factor.

Karim sent a chain email to 10 of his friends.

This means that P(0) = 10

The number of people who got the email increases by a factor of 1.4 every week.

This means that r = 1.4

So

P(t) = 10(1.4)^{t}

Which expression gives the number of people who got the email after 6 weeks?

P(6) = 10(1.4)^{6} = 75.2

You might be interested in
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
The graph shows a bacteria population as a function of the number of days since an antibiotic was introduced.
miss Akunina [59]
14 million bacteria were present when the antibiotic was first introduced.
4 0
3 years ago
Read 2 more answers
PLEASE HELP ASAP PLEASE
Bond [772]

Answer:

Yo

So, if ya wanna solve this question and of course questions alike, ya gotta pay attention to the graph. mean All of these parabolic chart have the domain of R

Step-by-step explanation:

So there ya go

D=R

and now bout the range ya gotta find the vertex, which is:

x = \frac{ - b}{2a}   \:  \:  y =  \frac{Δ}{4a}

now pay attention

X=2/–2=–1

y=–(–1)²–2(–1)+3=4

Now the highest point of your parabolic chart is 4 and the lowest point is endless which is (–♾,4]

Well, finally your answer is D

3 0
3 years ago
Read 2 more answers
Melanie joined her school's band. She bought a violin for $85.54, and a song book which was $12.92 with a $100 bill. How much ch
murzikaleks [220]

85.54+12.92 =98.46

100-98.46 =1.54

She gets $1.54 in change

4 0
3 years ago
Question 14(Multiple Choice Worth 1 points)
Alex_Xolod [135]

Answer:

I think the third one.

Step-by-step explanation:

8 0
3 years ago
Other questions:
  • Solve for x: 9+9x&gt;18
    12·1 answer
  • Assume that the numbers of a data set are arranged in ascending order. Which statement about the third quartile is true? All of
    9·2 answers
  • Let f(x)=2x^3-4x+1. Fill in the blank with the number of times the output value (y) occurs for input values of x between -3 and
    5·1 answer
  • Identify next 3 numbers in this sequence 2,6,3,9,6,18,15
    7·1 answer
  • A pickup truck’s gas tank can hold 19.2 gallons and i can go 460.8 miles on a single tank of gas. How many miles per gallon does
    9·2 answers
  • My dividend is 8 times as large as my divisor I'm an even number less than 15 what quotient am I
    6·2 answers
  • -4=3p-p Show steps how to solve for x
    15·1 answer
  • What is the distance between -4.5 and 3.5
    15·2 answers
  • Match each equation with the correct property. 5 + 6 = 6 + 5 2(5 + 6) = 2(5) + 2(6) (3 x 5) x 6 = 3 x (5 x 6) 5 x 6 = 6 x 5
    13·2 answers
  • Please help me .<br> With explanation:)
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!