Caleb made 6 quarts of trail mix for his camping trip. Each week,he ate 4 pints of the trail mix. How many weeks did Caleb have trail mix?




Sry if this is too much ​

Answers

Answer 1

Answer:

3 weeks

Step-by-step explanation:

6 quarts = 12 pints

12 divided by 3 = 4

Answer 2

Step-by-step explanation:

1 quart = 2 pints

6 quarts = 2 x 6 = 12 pints

12 ÷ 4 = 3

He can have 3 weeks


Related Questions

Extensive experience with fans of a certain type used in diesel engines has suggested that the exponential distribution provides a good model for time until failure. Suppose the mean time until failure is 23,100 hours.

(a) What is the probability that a randomly selected fan will last at least 20,000 hours?


What is the probability that a randomly selected fan will last at most 30,000 hours?


What is the probability that a randomly selected fan will last between 20,000 hours and 30,000 hours?


(b) What is the probability that the lifetime of a fan exceeds the mean value by more than 2 standard deviations?


What is the probability that the lifetime of a fan exceeds the mean value by more than 3 standard deviations?

Answers

Answer:

0.4207149;0.7271136; 0.3063987; 0.04979 ; 0.01832

Step-by-step explanation:

For an exponential distribution:

IF Mean time until failure = 23100

λ = 1/ 23100 = 0.0000432900

What is the probability that a randomly selected fan will last at least 20,000 hours

x ≥ 20000

P(X ≥ 20000) = 1 - P(X ≤ 20000)

1 - P(X ≤ 20000) = [1 - (1 - e^(-λx))]

1 - P(X ≤ 20000) = [1 - (1 - e^(-0.0000432900*20000)

1 - P(X ≤ 20000) = [1 - (1 - 0.4207148)]

1 - P(X ≤ 20000) = 1 - 0.5792851

1 - P(X ≤ 20000) = 0.4207149

11) What is the probability that a randomly selected fan will last at most 30,000 hours?

x ≤ 30000

P(X ≤ 30000) = 1 - e^(-λx)

P(X ≤ 20000) = 1 - e^(-0.0000432900*30000)

= 1 - e^(−1.2987)

= 1 - 0.2728863

= 0.7271136

111) What is the probability that a randomly selected fan will last between 20,000 hours and 30,000 hours?

0.7271136 - 0.4207149 = 0.3063987

B) What is the probability that the lifetime of a fan exceeds the mean value by more than 2 standard deviations?

More than two standard deviation

X = 23100 + 2(23100) = 23100 + 46200 = 69300

Using the online exponential probability calculator :

P(X > 69300) = 0.04979

C) What is the probability that the lifetime of a fan exceeds the mean value by more than 3 standard deviations?

X = 23100 + 3(23100) = 23100 + 69300 = 92400

P(X > 92400) = 0.01832

The check_time function checks for the time format of a 12-hour clock, as follows: the hour is between 1 and 12, with no leading zero, followed by a colon, then minutes between 00 and 59, then an optional space, and then AM or PM, in upper or lower case. Fill in the regular expression to do that. How many of the concepts that you just learned can you use here

Answers

Answer:

Following are the correct code to this question:

import re#import package for regular expression

def check_time(text):#defining a method check_time that accepts string value  

   p = r'(1[012]|[1-9]):[0-5][0-9][ ]{0,1}?(am|pm|AM|PM)'#defining string variable p that stores values

   val = re.search(p, text)#defining val variable that check serachs p and text variable values

   return val!= None#use return keyword to return val value

print(check_time("12:45pm"))#defining print method that calls method by input value  

print(check_time("9:59 AM")) #defining print method that calls method by input value

print(check_time("6:60 am")) #defining print method that calls method by input value

print(check_time("five o'clock"))#defining print method that calls method by input value

Output:

True

True

False

False

Step-by-step explanation:

In the above-given program, some data is missing that is code file so, the correct code can be defined as follows:

In the above-given method, that is "check time" it uses 12-hour time format validation, that is tested by coding the regex and  all the value validates in the "val" variables, that can be defined as  follows:  

In the first step, its values should be in  1,2,3, ... 10,11,12   In the second step, it values in Between hour and minutes, and there will be a colon.  In the third step, the minutes variable should take the double-digit, that will be like  00,01 .... 59.  In the last step, one space becomes permitted after an hour: a minute or no space for am or pm value.

A vat of milk has spilled on a tile floor. The milk flow can be expressed with the function r(t) = 4t, where t represents time in minutes and r represents how far the milk is spreading.

The spilled milk is creating a circular pattern on the tile. The area of the pattern can be expressed as A(r) = πr2.

Part A: Find the area of the circle of spilled milk as a function of time, or A[r(t)]. Show your work.

Part B: How large is the area of spilled milk after 4 minutes? You may use 3.14 to approximate π in this problem.

Answers

Answer:

For a) $A(r(t))=π(4t)^2.$

For b) 803.84

Step-by-step explanation:

For a) we can do a simple substitution on the variable r. Notice that $A=πr^2$ make $A$ a function of $r.$ Then, $A(r(t))=\pi (r(t))^2=\pi (4t)^2.$

For b) you only need to substitute the value $t=4$ on the expresión $A(r(t)).$

WILLL GIVE 5 STARS BRAINIEST AND THANKS AND 20 POINTS EACH ANSWER In Minot, North Dakota, the temperature was 15 degrees Fahrenheit at 4:00 P.M. By 11:00 P.M. the temperature had fallen 17 degrees. What was the temperature at 11:00 P.M.?

Answers

Answer:

-2 degrees

Step-by-step explanation:

Our original temperature is 15. We're asked to find the temperature at 11:00 P.M., which is 17 less than 15. We can set up the equation 15 - 17 to get -2. This is your answer.

Answer:

The temperature was -2 degrees  Fahrenheit

Step-by-step explanation:

The starting temperature was 15 degrees

It fell 17 degrees

15 -17 = -2

The temperature was -2 degrees  Fahrenheit

An unfair coin is flipped. If a head turns up you win $1. The probability of a head is .54 and the probability of a tail is 0.46. What is the expected value of the game

Answers

Answer:

54 cents

Step-by-step explanation:

(.54 * 1)+(.46*0) = .54

Which box holds more popcorn?

Answers

Answer:

Amanda's popcorn container holds more popcorn

Step-by-step explanation:

First we'll have to find the volume.

The Volume helps us determine which is bigger.

Step 1

We'll find Amanda's popcorn container

10cm*10cm*13.5cm=1350cm

Step 2

We'll find Mary's popcorn container

8cm*8cm*20cm=320cm

Step 3

Since Amanda's popcorn container has 1350cm (volume) and Mary's popcorn container has 320cm (volume) we'll have this. 1350cm>320cm. We can determine the Amanda's popcorn container has holds more,

Final Answer

Amanda's popcorn container holds more popcorn

PLEASE ANSWER ASAP!!!


Melissa is able to Rollerblade 100 feet in 3.8 seconds. Calculate how fast she Rollerblade in miles per hour?


Answers options given will be in picture



any unrelated answer will be reported​

Answers

Answer:

A

Step-by-step explanation:

100fps=68.182mph

68.182/3.8=17.94

Mellissa's speed will be 17.94 mph.

What is speed?

Speed is defined as the ratio of the time distance travelled by the body to the time taken by the body to cover the distance.

It is given that Melissa is able to Rollerblade 100 feet in 3.8 seconds.

We know that 100fps is equal to 68.182mph.

Mellissa's speed in meters per hour is calculated as:-

S = 68.182/3.8=17.94mph

Therefore, Mellissa's speed will be 17.94 mph.

To know more about Speed follow

https://brainly.com/question/6504879

#SPJ2

Page No 9s is it possible to have a triangle with following sides? 4.cm, 5cm, 6cm​

Answers

Answer:

yes it's possible

Step-by-step explanation:

In any triangle, the sum of the lengths of any two sides must be greater than the length of the third side. ... This sum must be greater than the length of the longest side.

Describe and correct the error in determining the formula for the sequence below

Answers

Answer:An arithmetic progression or arithmetic sequence is a sequence of numbers such that the difference between the consecutive terms is constant. For instance, the sequence 5, 7, 9, 11, 13, 15.. . is an arithmetic progression with a common difference of 2.

Step-by-step explanation:

Question 1 plz show ALL STEPS

Answers

Answer:

1a= 10

Step-by-step explanation:

[tex]f(g(1) = 3( - 2(1) + 7) - 5[/tex]

[tex] = 3(5) - 5 [/tex]

[tex]15 - 5 = 10[/tex]

Answer:

Step-by-step explanation:

f(x) = 3x - 5

g(x) = - 2x + 7

(a). f(g(1)) = 10

g(1) = - 2(1) + 7 = 5

f(5) = 3(5) - 5 = 10

(b). f(g( - 4)) = 40

g( - 4) = - 2( - 4) + 7 = 15

f(15) = 3(15) - 5 = 40

(c). g(f( - 2)) = 29

f( - 2) = 3( - 2) - 5 = - 11

g( - 11) = - 2( - 11 ) + 7 = 29

(d). g(f(3)) = - 1

f(3) = 3(3) - 5 = 4

g(4) = - 2(4) + 7 = - 1

Complete the table of values for y=-x^2+2x+1
X -3, -2, -1,0,1,2,3,4,5
Y -14,7, ,1, -2 -14

Answers

Answer:

  see the attachment

Step-by-step explanation:

When you have a number of function evaluations to do, it is convenient to let a graphing calculator or spreadsheet do them. That avoids the tedium and the mistakes in arithmetic.

Here's your completed table.

26. A dealer was paid 5% commission on all the recharge cards he sold. If he sold N50,000.00 worth of cards, how much commission did he get?​

Answers

Answer:

Its N2500

Step-by-step explanation:

5% of 50000 is 2500, so thats how much commision he got

The dealer earned a commission of N2,500.00 on the sale of recharge cards worth N50,000.00.

To calculate the commission earned by the dealer, we need to determine 5% of the total value of the recharge cards sold.

Given that the dealer sold N50,000.00 worth of cards, we'll calculate the commission using the following formula:

Commission = (Percentage/100) * Total Value

In this case, the percentage is 5% and the total value is N50,000.00.

Using the formula, we have:

Commission = (5/100) * N50,000.00

Simplifying the equation:

Commission = 0.05 * N50,000.00

Commission = N2,500.00

To learn more about commission click on,

https://brainly.com/question/18129721

#SPJ2

A normal distribution has a mean of 30 and a variance of 5.Find N such that the probability that the mean of N observations exceeds 30.5 is 1%.​

Answers

Answer:

109

Step-by-step explanation:

Use a chart or calculator to find the z-score corresponding to a probability of 1%.

P(Z > z) = 0.01

P(Z < z) = 0.99

z = 2.33

Now find the sample standard deviation.

z = (x − μ) / s

2.33 = (30.5 − 30) / s

s = 0.215

Now find the sample size.

s = σ / √n

s² = σ² / n

0.215² = 5 / n

n = 109

Given that the sum of squares for error is 60 and the sum of squares for regression is 140, then the coefficient of determination is:

Answers

Answer:

0.7

Step-by-step explanation:

The coefficient of determination which is also known as the R² value is expressed as shown;

[tex]R^{2} = \frac{sum\ of \ squares \ of \ regression}{sum\ of \ squares \ of total}[/tex]

Sum of square of total (SST)= sum of square of error (SSE )+ sum of square of regression (SSR)

Given SSE = 60 and SSR = 140

SST = 60 + 140

SST = 200

Since R² = SSR/SST

R² = 140/200

R² = 0.7

Hence, the coefficient of determination is 0.7. Note that the coefficient of determination always lies between 0 and 1.

The coefficient of determination of the dataset is 0.7

The given parameters are:

[tex]SSE = 60[/tex] --- sum of squared error

[tex]SSR = 140[/tex] --- sum of squared regression

Start by calculating the sum of squared total (SST)

This is calculated using

[tex]SST =SSE + SSR[/tex]

So, we have:

[tex]SST =60 +140[/tex]

[tex]SST =200[/tex]

The coefficient of determination (R^2) is then calculated using

[tex]R^2 = \frac{SSR}{SST}[/tex]

So, we have:

[tex]R^2 = \frac{140}{200}[/tex]

Divide

[tex]R^2 = 0.7[/tex]

Hence, the coefficient of determination is 0.7

Read more about coefficient of determination at:

https://brainly.com/question/15804563

What is the midpoint between A(-6,1) and B(0,2)?

Answers

Answer:

(-3, 3/2)

Step-by-step explanation:

To find the midpoint between two points you are going to add the X1 and X2, then divide by two. Then you are going to add the Y1 and Y2, and divide by two.

A(-6,1)       B(0,2)

= (-6+0, 1+2)

= (-6, 3)

=(-6/2, 3/2)

=(-3, 3/2)

PLZZZZZZZZ HELP ME I WILL GIVE BRAINLIEST TO THE FASTEST AND MOST ACCURATE

Answers

Answer:

10/1 +54/-6

Step-by-step explanation:

Is this the answer?

I don’t think this is the right answer but I might believe it so:
And then subtract 10-9 which is 1
So 1 is your final answer.

find the range of the inequality 2e-3< 3e-1​

Answers

Answer:

[tex]x = { - 1, 0,1 ,2 ...}[/tex]

Step-by-step explanation:

[tex]2e - 3 < 3e - 1 = 2e - 3e < - 1 + 3 = - 1e < 2 = e > - 2[/tex]

Hope this helps ;) ❤❤❤

5.
The width of a rectangle is one foot more than a third of the length. If the
perimeter is 42 feet, what is the width? What is the length?

Answers

Well, the formula for the perimeter of a rectangle is:
2l + 2w.
So, by plugging in our values of the length and width, we can easily find an answer:
length = L
width = 1 + L ( 1/3 )
2 ( L ) + 2 ( L ( 1/3 + 1 ) = 42
2l + 2/3( L ) + 2 = 42
8/3 ( L ) = 40
L = 40 * 3/8
L = 15
Therefore, the length is 15 and the width is 6.

Find an equation of the circle whose diameter has endpoints (-6, -1) and (-2,3).

Answers

Step-by-step explanation:

Let find the distance of the diameter. using distance formula.

[tex](3 + 1) {}^{2} + ( - 2 + 6) {}^{2} = \sqrt{8} [/tex]

The diameter is sqr root of 8 units.

A circle equation is

[tex] {x}^{2} + {y}^{2} = {r}^{2} [/tex]

where r is the radius. The radius is half the diameter so

[tex]r = \frac{ \sqrt{8} }{2} = \frac{ \sqrt{8} }{ \sqrt{4} } = \sqrt{2} [/tex]

[tex] {r}^{2} = { \sqrt{2} }^{2} = 2[/tex]

So our radius is 2.

Now we need to find the midpoint or Center of the diameter.

[tex] \frac{ - 6 - 2}{2} = - 4[/tex]

[tex] \frac{3 - 1}{2} = 1[/tex]

So the center of the circle is (-4,1). So our equation of the Circle us

[tex](x + 4) {}^{2} + (y - 1) {}^{2} = ( \sqrt{2} ) {}^{2} [/tex]

On a map 1 cm represents 4.5km. What is the actual distance between two towns which are 4cm apart on the map?

Answers

Answer:

18km

Step-by-step explanation:

1cm:4.5km/4cm then get the answer as 18km

1 cm represents [tex]4.5[/tex] km. To find the actual distance between two towns that are 4 cm apart on the map, we can use the scale ratio.

Since 1 cm represents [tex]4.5[/tex] km, we can calculate the actual distance by multiplying the map distance with the scale ratio. Map distance: 4 cm Scale ratio: 1 cm represents [tex]4.5[/tex] km Actual distance = Map distance × Scale ratio Actual distance[tex]= 4 cm × 4.5[/tex] km/cm Actual distance[tex]= 18 km[/tex]

Therefore, the actual distance between the two towns is18 [tex]18[/tex] km. Using the given scale, 1 cm on the map corresponds to[tex]4.5[/tex]km in reality. As the towns are represented as 4 cm apart on the map, the actual distance between them is [tex]18[/tex]km.

To know more about Scale ratio visit:

https://brainly.com/question/31650860

#SPJ2

Help plz! Jim is climbing a mountain that has a base 150 feet above sea level. If he climbs 233 feet then descends into a cave 64 feet, how far above sea level is Jim

Answers

150+233-64=319
Jim is 319 ft above sea level.

Answer:

150+233-64=319

Jim is 319 ft above sea level.

Step-by-step explanation:

Consider a bag of jelly beans that has 30 red, 30 blue, and 30 green jelly beans. a) How many color combinations of 15 beans have at least 6 green beans

Answers

Answer:

680

Step-by-step explanation:

Number of red beans = 30

Number of Blue beans = 30

Number of green beans = 30

How many color combinations of 15 beans have at least 6 green beans?

Since at least 6 of the beans must be green,

Then (15 - 6) = 9

Then, the remaining 9 could be either red, blue or green.

Therefore, C(9 + (9 - 1), 3)

C(17, 3) = 17C3

nCr = n! ÷ (n-r)! r!

17C3 = 17! ÷ (17 - 3)! 3!

17C3 = 17! ÷ 14!3!

17C3 = (17 * 16 * 15) / (3 * 2)

17C3 = 4080 / 6

17C3 = 680 ways

Using the combination formula, it is found that there are 17,157,323,000,000,000 color combinations of 15 beans have at least 6 green beans.

The order in which the beans are chosen is not important, hence, the combination formula is used to solve this question.

Combination formula:

[tex]C_{n,x}[/tex] is the number of different combinations of x objects from a set of n elements, given by:

[tex]C_{n,x} = \frac{n!}{x!(n-x)!}[/tex]

Th total number of combinations of 15 beans from a set of 30 + 30 + 30 = 90 is:

[tex]C_{90,15} = \frac{90!}{15!75!} = 45795674000000000[/tex]

With less than 6 green, we have:

0 green:

[tex]C_{30,0}C_{60,15} = \frac{60!}{15!45!} = 53194089000000[/tex]

1 green:

[tex]C_{30,1}C_{60,14} = \frac{30!}{1!29!} \times \frac{60!}{14!46!} = 520376960000000[/tex]

2 green:

[tex]C_{30,2}C_{60,13} = \frac{30!}{2!28!} \times \frac{60!}{13!47!} = 2247585600000000[/tex]

3 green:

[tex]C_{30,3}C_{60,12} = \frac{30!}{3!27!} \times \frac{60!}{12!48!} = 5681396900000000[/tex]

4 green:

[tex]C_{30,4}C_{60,11} = \frac{30!}{4!26!} \times \frac{60!}{11!49!} = 9391696900000000[/tex]

5 green:

[tex]C_{30,5}C_{60,10} = \frac{30!}{5!25!} \times \frac{60!}{10!50!} = 10744101000000000[/tex]

Hence, the total for the number of combinations with less than 5 green is:

[tex]53194089000000 + 520376960000000 + 2247585600000000 + 5681396900000000 + 9391696900000000 + 10744101000000000 = 28638351000000000[/tex]

Subtracting the total amount of combinations from the number with less than 5 green, the number of combinations with at least 6 green is:

[tex]T = 45795674000000000 - 28638351000000000 = 17157323000000000[/tex]

There are 17,157,323,000,000,000 color combinations of 15 beans have at least 6 green beans.

A similar problem is given at https://brainly.com/question/24437717

18x + 7, when x = 2





Answers

Answer:

43

Step-by-step explanation:

18x+7

=18×2+7

=36×9

=45

Answer:

43

Step-by-step explanation:

x=2

18x+7

18(2)+7

36+7

43

Hope this helps ;) ❤❤❤

Evaluate: 2-4
1
O A.
loo
O B.-8
O c.
1
16
O D.-16

Answers

Answer:

c is the answer

[tex] \frac{1}{16} [/tex]

25. After a horizontal reflection across the y-axis, f(x) is: options: f(–x) f(x – 1) –f(–x) –f(x)

Answers

Answer:

A,  f(–x)

Step-by-step explanation:

Reflection about the y-axis is defined as:

f(x) = - f(-x)

So the correct answer is

A,  f(–x)

I
Ifm DGF = 72, what equation can you use to find mZEGF?

Answers

Answer:

see explanation

Step-by-step explanation:

∠ DGE + ∠ EGF = ∠ DGF , that is

∠ EGF = ∠ DGF - ∠ DGE

∠ EGF = 72° - ∠ DGE

A population has a mean and a standard deviation . Find the mean and standard deviation of a sampling distribution of sample means with sample size n. nothing ​(Simplify your​ answer.) nothing ​(Type an integer or decimal rounded to three decimal places as​ needed.)

Answers

Complete Question

A population has a mean mu μ equals = 77 and a standard deviation σ = 14. Find the mean and standard deviation of a sampling distribution of sample means with sample size n equals = 26

Answer:

The mean of sampling distribution of the sample mean ( [tex]\= x[/tex]) is [tex]\mu_{\= x } = 77[/tex]

The standard deviation of sampling distribution of the sample mean ( [tex]\= x[/tex]) is  

    [tex]\sigma _{\= x} = 2.746[/tex]

Step-by-step explanation:

From the question we are told that

    The population mean is  [tex]\mu = 77[/tex]

     The  standard deviation is  [tex]\sigma = 14[/tex]

     The sample size is  [tex]n = 26[/tex]

     

Generally the standard deviation of sampling distribution of the sample mean ( [tex]\= x[/tex]) is  mathematically represented as

           [tex]\sigma _{\= x} = \frac{ \sigma }{ \sqrt{n} }[/tex]

substituting values  

          [tex]\sigma _{\= x} = \frac{ 14}{ \sqrt{26} }[/tex]

          [tex]\sigma _{\= x} = 2.746[/tex]

Generally the mean of sampling distribution of the sample mean ( [tex]\= x[/tex]) is  equivalent to the population mean i.e  

      [tex]\mu_{\= x } = \mu[/tex]

      [tex]\mu_{\= x } = 77[/tex]

what is the area of triangle JHK?​

Answers

9514 1404 393

Answer:

  4.18 square units

Step-by-step explanation:

The area is given by the formula ...

  A = 1/2bh

where b is the length of the base, and h is the perpendicular distance from the base to the opposite vertex.

  A = 1/2(2.2)(3.8) = 4.18 . . . square units

The sum of two polynomials is 10a^2b^2-8a^2b+6ab^2-4ab+2 if one addend is -5a^2b^2+12a^2b-5 what is the other addend

Answers

Answer:

The other addend is [tex]15\cdot a^{2}\cdot b^{2}-20\cdot a^{2}\cdot b + 6\cdot a \cdot b^{2}-4\cdot a \cdot b +7[/tex].

Step-by-step explanation:

The other addend is determined by subtracting [tex]-5\cdot a^{2}\cdot b^{2}+12\cdot a^{2}\cdot b-5[/tex] from [tex]10\cdot a^{2}\cdot b^{2}-8\cdot a^{2}\cdot b + 6\cdot a\cdot b^{2}-4\cdot a \cdot b + 2[/tex]:

[tex]x = 10\cdot a^{2}\cdot b^{2}-8\cdot a^{2}\cdot b + 6\cdot a \cdot b^{2}-4\cdot a \cdot b + 2 - (-5\cdot a^{2}\cdot b^{2}+12\cdot a^{2}\cdot b -5)[/tex]

[tex]x = 10\cdot a^{2}\cdot b^{2}-8\cdot a^{2}\cdot b + 6\cdot a \cdot b^{2}-4\cdot a \cdot b +2 +5\cdot a^{2}\cdot b^{2}-12\cdot a^{2}\cdot b+5[/tex]

[tex]x = (10\cdot a^{2}\cdot b^{2}+5\cdot a^{2}\cdot b^{2})-(8\cdot a^{2}\cdot b+12\cdot a^{2}\cdot b)+6\cdot a \cdot b^{2}-4\cdot a \cdot b +7[/tex]

[tex]x = 15\cdot a^{2}\cdot b^{2}-20\cdot a^{2}\cdot b + 6\cdot a \cdot b^{2}-4\cdot a \cdot b +7[/tex]

The other addend is [tex]15\cdot a^{2}\cdot b^{2}-20\cdot a^{2}\cdot b + 6\cdot a \cdot b^{2}-4\cdot a \cdot b +7[/tex].

Answer:

A

Step-by-step explanation:

1. Write a survey question for which you would expect to collect numerical
data.
2. Write a survey question for which you would expect to collect categorical
data.

Answers

Answer:

How many siblings do you have?

I hope this helps you out :)

Other Questions
Which of the following numbers belongs in the solution for 5x > 2x + 7?(A) -1(B) 0(C) 1(D) 2(E) 3 Sam entered into a contract to sell his home to Gina. After the inspection, Gina insisted that Sam replace the damaged roof. Sam refused, and the parties agreed to cancel the deal. This is an example of ______. Evaluate x^2 4x + 5, when x = 3 Each fiscal year, Dwayne is allocated an operating budget and then evaluated based on the amount of goods produced by his organization. Dwayne's performance is evaluated on a(n) _______ budget approach. Soil is a mixture of eroded rock and: ii. rhizopus biotic iii. humus i. aquous iv. cycas v. rhizopus A draft is issued by the exporter's bank, ordering the importer's bank to pay for the merchandise and thus guaranteeing payment once it is accepted by the importer's bank.a. Trueb. False cozco was once a large city in the Both the oil embargo of 1973 and the oil shock of 1979 showed the United States that Choose the BEST revision for the beginning of sentence 29.a. There exist historians who believec. Historians, who believeb. I know of some historians who believe d. Leave as is. Can ya pls answer dis rq! Find the interquartile range of the following data set.Number of Points Scored at Ten Basketball Games 57 63 44 29 36 62 48 50 42 34A.21 B.28 C.6 D.34 pls help! I need the answer fast! At the age of 10, Edgar received an inheritance of $10,000. His father wants to invest the money in an account that will double in value in 8 years. Approximately what interest rate does the father need to find in order to reach his goal? how are social traditions associated with the social problems Helpppp pleaseee!!! Thank you Which type of energy is producedby vibrations traveling in waves?A. chemical energyB. nuclear energyC. sound energy Two friends are carrying a 200-kg crate up a flight of stairs. The crate is 1.25 m long and 0.500 m high, and its center of gravity is at its center. The stairs make a 45.0 angle with respect to the floor. The crate also is carried at a 45.0 angle, so that its bottom side is parallel to the slope of the stairs (Fig. 2). If the force each person applies is vertical, what is the magnitude of each of these forces? Why is logging done during drilling? 8. Which of the following statements shows the mind ofa fool when it comes to credit cards?Check all the answers that may apply:You get six credit card offers in the mail, and are stoked! You get all thecards.When you finally get a credit card, you plan on getting only one creditcard. Max two. Period.You see a bunch of kids passing out free tee shirts at a schoolfunction. All you have to do to get the shirt is sign up for a "free"credit card. You sign up on the spot!You find a radical website that promises you the cheapest credit cardsfor students, and believe everything you read on the site.You decide to get your first credit card from the same place that gaveyou your checking accountYou decide to get your first credit card from an online bank with nolocal office.You get a credit card without checking how long the "grace period" is.You plan on making online payments on your credit card when you getit--and plan to pay early every month. Plzz help i really need help..