HELP!!!
This is a geometry question!
Please give reasoning with your answer!
I can and will mark a "real" answer brainliest!

HELP!!!This Is A Geometry Question!Please Give Reasoning With Your Answer!I Can And Will Mark A "real"

Answers

Answer 1

Step-by-step explanation:

For angle BDG

The common angles are: Angle DBG, Angle DGB

The common sides are: DG, GB, BD

And for angle AEF

The common angles are: Angle EFA, Angle EAF

The common sides are: EF, FA, AE

FOR the BGD triangle, all sides are connected together, so, all of them are common and the angles as well

And the same exact thing with triangle AEF also

Hope it helps!


Related Questions

In the drawing below, QS bisects ZPQR,PO = 9 units, PS4 units, and RS-3 units.

What is OR in units?
O A 21
O B. 12
O C. 8
o D. 6 3/4

In the drawing below, QS bisects ZPQR,PO = 9 units, PS4 units, and RS-3 units.What is OR in units?O A

Answers

9514 1404 393

Answer:

  D.  6 3/4

Step-by-step explanation:

The angle bisector divides the sides proportionally:

  QR/PQ = RS/PS

  QR = PQ×RS/PS = 9×3/4

  QR = 6 3/4

help me please!!! will give brainliest!!​

help me please!!! will give brainliest!!

Answers

Answer:

what questions you need answers?

the answer will be 180

Answers

Answer: What is your question?

Step-by-step explanation:

Evaluate the integral. Check your results by differentiation. (Use C for the constant of integration.) integral (x^3 + 3)^2(3x dx) Evaluate the integral. Check your result by differentiation. (Use C for the constant of integration.) integral 3x^4 dx/(2x^5 - 1)^4 IF integral f(x) dx = (2x - 14)^10 + C, find f(x). f(x) =

Answers

1. For the first integral, we will integrate the function (x^3 + 3)^2(3x dx):
∫(x^3 + 3)^2(3x) dx
To check the result, we differentiate with respect to x:
d/dx [(1/3)(x^3 + 3)^3 + C] = (x^3 + 3)^2(3x)

2. For the second integral, we will integrate the function 3x^4 dx/(2x^5 - 1)^4:
∫(3x^4) dx/(2x^5 - 1)^4
To check the result, we differentiate with respect to x:
d/dx [(-1/10)(2x^5 - 1)^(-3) + C] = 3x^4/(2x^5 - 1)^4

3. If ∫f(x) dx = (2x - 14)^10 + C, then to find f(x), we differentiate with respect to x:
f(x) = d/dx [(2x - 14)^10 + C] = 10(2x - 14)^9(2)
f(x) = 20(2x - 14)^9

1. To evaluate the integral (x^3 + 3)^2(3x dx), we can use the substitution u = x^3 + 3, which gives us du/dx = 3x^2 and dx = du/(3x^2). Substituting these into the integral, we get:
integral (x^3 + 3)^2(3x dx) = integral u^2 (du/ x^2)
= integral u^2/x^2 du
= integral (x^6 + 6x^3 + 9)/x^2 du
= integral (x^4 + 6x + 9/x^2) du
= (1/5) x^5 + 3x^2 - 9/x + C
To check our result by differentiation, we can take the derivative of the above expression with respect to x:
d/dx [(1/5) x^5 + 3x^2 - 9/x + C]
= x^4 + 6x + 9/x^2
= (x^3 + 3)^2

2. To evaluate the integral 3x^4 dx/(2x^5 - 1)^4, we can use the substitution u = 2x^5 - 1, which gives us du/dx = 10x^4 and dx = du/(10x^4). Substituting these into the integral, we get:
integral 3x^4 dx/(2x^5 - 1)^4 = integral 3/(10u^4) du
= (-3/30u^3) + C
= (-1/10(2x^5 - 1)^3) + C
To check our result by differentiation, we can take the derivative of the above expression with respect to x:
d/dx [(-1/10(2x^5 - 1)^3) + C]
= (3x^4)/(2x^5 - 1)^4

3. To find f(x) given that integral f(x) dx = (2x - 14)^10 + C, we can use the reverse power rule of integration, which states that if integral f(x) dx = F(x) + C, then f(x) = F'(x). Applying this to our given integral, we get:
f(x) = d/dx [(2x - 14)^10 + C]
= 10(2x - 14)^9(2)
= 20(2x - 14)^9
Therefore, f(x) = 20(2x - 14)^9.

Learn more about Integral:

brainly.com/question/18125359

#SPJ11

How do you find the second largest number in an array in Java?

Answers

The idea is to sort the array in descending order and then return the second element which is not equal to the largest element from the sorted array.

What is Java long answer?

In order to have as few implementation dependencies as feasible, Java is a high-level, class-based, object-oriented programming language.

// Java program to find second largest element in an array

import java.util.*;

class GFG{

// Function to print the

// second largest elements

static void print2largest(int arr,int arr_size)

{

int i, first, second;

// There should be

// atleast two elements

if (arr_size < 2)

{

  System.out.printf(" Invalid Input ");

  return;

}

// Sort the array

Arrays.sort(arr);

// Start from second last element

// as the largest element is at last

for (i = arr_size - 2; i >= 0; i--)

{

  // If the element is not

  // equal to largest element

  if (arr[i] != arr[arr_size - 1])

  {

   System.out.printf("The second largest " +

                      "element is %d\n", arr[i]);

   return;

  }

}

System.out.printf("There is no second " +

                  "largest element\n");

}

// Driver code

public static void main(String[] args)

{

int arr[] = {12, 35, 1, 10, 34, 1};

int n = arr.length;

print2largest(arr, n);

}

}

The idea is to sort the array in descending order and then return the second element which is not equal to the largest element from the sorted array.

To know more about JAVA, check out:

https://brainly.com/question/25458754

#SPJ4

EXTRA POINTS >> Which of the following graphs shows all the possible values for a number that is more than 8? Number line with closed circle on 8 and shading to the left. Number line with closed circle on 8 and shading to the right. Number line with open circle on 8 and shading to the left. Number line with open circle on 8 and shading to the right. Ignore the shaded option

EXTRA POINTS &gt;&gt; Which of the following graphs shows all the possible values for a number that is

Answers

The correct answer is D, you are right.

Answer:

The answer is D.

Step-by-step explanation:

Determine an expression for dy/d x = y' if [1+y]²-x+y=4 10.
The integration method you must use here is
Logarithmic q_23 = 1 Implicit q_23 = 2 Product rule q_23 = 3

The simplified expression for y' = 1/q_24y + q_25

Answers

The required expression is: y' = (1/2)(1-y)/(1+y)

Given [1 + y]² - x + y = 4 10. We need to determine an expression for dy/dx = y'.

Simplification of the given expression:

[1 + y]² + y - 4 10 = x

Differentiating w.r.t x by using the chain rule, we get:

(2[1 + y])*(dy/dx) + dy/dx + 1 = 0

(dy/dx)[2(1 + y) + 1] = - 1 - [1 + y]²

(dy/dx) = [- 1 - (1 + y)²]/[2(1 + y)]

The given expression is [1+y]²-x+y=4 10. We need to determine an expression for dy/d x = y'.

Differentiating the given equation with respect to x, we get:

2(1+y).dy/dx - 1 + dy/dx = 0

dy/dx(2+2y) = 1 - y(2+dy/dx)

dy/dx(2+2y) = (1-y)(2+dy/dx)

dy/dx = (1-y)/(2+2y)

dy/dx = (1/2)(1-y)/(1+y)

Hence, the required expression is: y' = (1/2)(1-y)/(1+y)

Learn more about chain rule here:

https://brainly.com/question/31585086

#SPJ11

about 2% of the population has a particular genetic mutation. 100 people are randomly selected. find the standard deviation for the number of people with the genetic mutation in such groups of 100.

Answers

The standard deviation for the number of people with the genetic mutation in such groups of 100 is 1.4

From the information given,

About 2% of the population has a particular genetic mutation, and 100 people are randomly selected.

The standard deviation for the number of people with the genetic mutation in such groups of 100 is obtained below;

The required standard deviation is,

p = 0.02 and n = 100;

1 - p = 1 - 0.02

       = 0.98

σ = \(\sqrt{n*(1-p)*p}\)

σ = \(\sqrt{100*0.02*0.98}\)

σ = 1.4

The standard deviation for the number of people with the genetic mutation in such groups of 100 is 1.4

To learn more about Standard deviation click here:

brainly.com/question/14747159

#SPJ4

If a triangle has 2 side lengths of 17 and 32, can
the length of the third side be 49?

Answers

Answer:

No

Step-by-step explanation:

In a triangle, the sum of each 2 sides must be greater than the third side.

17 + 32 ≠ >49

17 + 32 isn't greater than 49.

I hope this helps.

What is the percent of change from 92 to 108?
Round to the nearest percent.

Answers

The percentage change from 92 to 108 is 13.4% approx

What is Percentage?

A percentage is a figure or ratio that may be stated as a fraction of 100 in mathematics. If we need to compute the percentage of a number, divide it by the entire and multiply by 100. As a result, the percentage denotes a part per hundred. The term per cent refers to one hundred percent.

Solution:

Percentage = Change / Original * 100

Change = 108 - 92 = 16

Original/Initial Value = 92

Percentage Change = 16/92 * 100 = 17.39% = 17.4% (approx)

To learn more about Percentage from the given link

https://brainly.com/question/24304697

#SPJ1

find the distance between (1,1/2) and (2,2/3) along 144^2=x^3. (express numbers in exact form. use symbolic notation and fractions where needed.)

Answers

The distance between (1,1/2) and (2,2/3) along the curve 144^2=x^3 is 1.

To find the distance between two points along a curve, we can use the formula for arc length. The formula for arc length is given by:

L = ∫√(1 + (dy/dx)^2) dx

Where L is the arc length, dy/dx is the derivative of the curve, and the integral is taken from the first x-value to the second x-value.

In this case, the curve is given by 144^2 = x^3. We can rearrange this equation to get:

x^3 = 144^2

Taking the derivative of both sides with respect to x gives us:

3x^2 = 0

Solving for dy/dx gives us:

dy/dx = 0

Plugging this back into the formula for arc length gives us:

L = ∫√(1 + 0^2) dx

L = ∫1 dx

L = x

So the arc length is simply the difference between the x-values of the two points. In this case, the x-values are 1 and 2, so the distance between the two points is:

L = 2 - 1 = 1

For more similar questions on distance:

brainly.com/question/26046491

#SPJ11

Let X(n) be the number of letters printed by procedure Print Xs() below if the input is n (where n ≥ 1). (i) Give the exact formula for X(n) using the notation. (ii) Give the exact closed-form formula for X(n) expressed as a polynomial function. (iii) Give the asymptotic value of X(n) using the e-notation. Justify your answer. procedure PrintXs(n) for i 1 to 4n+ 1 for j← 1 to i do print ("X")

Answers

the exact formula for X(n) is given by the sum of i from 1 to 4n + 1. The closed-form formula for X(n) is (4n + 1)(4n + 2)/2, expressed as a polynomial function. The asymptotic value of X(n) is approximately 4n^2, representing the growth rate as n approaches infinity.

(i) The exact formula for X(n) can be determined by analyzing the procedure PrintXs(n) and counting the number of times the letter "X" is printed. In this case, the outer loop runs for 4n + 1 iterations, and for each iteration, the inner loop runs i times. Thus, the total number of "X" letters printed is given by the sum of i from 1 to 4n + 1.

(ii) To express X(n) as a closed-form polynomial function, we can simplify the sum mentioned above. By using the formula for the sum of an arithmetic series, the closed-form formula for X(n) can be written as X(n) = (4n + 1)(4n + 2)/2.

(iii) The asymptotic value of X(n) can be expressed using the e-notation, which represents an estimate of the growth rate. In this case, as n approaches infinity, the dominant term in the expression (4n + 1)(4n + 2)/2 is 4n^2. Therefore, we can express the asymptotic value of X(n) as X(n) ~ 4n^2.

know more about polynomial function  :brainly.com/question/11298461

#SPJ11

i don't get Benchmark question #4

i don't get Benchmark question #4

Answers

Answer:

C

Step-by-step explanation:

4 quartz per gallon

4 x 22 = 88 Containers

Answer:

c

Step-by-step explanation:

a vertical flag pole TAD is supported by two wires AB and AC, given that angle ABD=67°,AB =2 m and AC =2.5m . find the length of AD​

a vertical flag pole TAD is supported by two wires AB and AC, given that angle ABD=67,AB =2 m and AC

Answers

Answer:

a) 1.84m

b) 42.53°

Step-by-step explanation:

First, look though the diagram provided by the question.

And use the formula: \(\frac{a}{sin A}=\frac{b}{sin B}=\frac{c}{sin C}\)

Based on Additional Mathematics Form 4 (Dual Language Programme) KSSM from Malaysia

To find the length of AD

\(\frac{AD}{sin 67}=\frac{2}{sin 90}\)

\(AD=\frac{2}{sin 90} * sin 67\)

AD= 1.84 m

Find the angle C

\(\frac{sin 90}{2.5}=\frac{sin C}{1.84}\)

sin C=\(\frac{sin 90}{2.5} * 1.84\)

= 0.736

\(sin^{-1} (0.736)=47.39\) degree

So, we have the value of AD and the value of angle C. Now , we can solve the the angle of CAD.

Same as the first question use the formula of sine rule and you will get the answer.

\(\frac{sin 90}{2.5}=\frac{sin ACD}{1.69}\)

\(sinA = \frac{sin90}{2.5} * 1.69\)

=0.676

=42.53°

So, the answer of the angle of CAD is 42.53°

Check the answer:

90°+47.39°+42.53°

=179.92°

=180°(rounded off)(Proved)

That is all from me. I hope you will understand my solution.

Suzy has some stickers and a sticker album. if she pastes 7 stickers on each page, she will need 21 more stickers. If she pastes 11 stickers on each page, she will need 81 more stickers. how many pages are there in Suzy's sticker album​

Answers

Answer:

15 pages

Step-by-step explanation:

let x be the number of pages

7x-21 = 11x-81

4x = 60

x = 15

A lead ball weighs 326 grams. Find the radius of the ball to the nearest tenth of a
centimeter.

Answers

Answer:

1.9cm

Step-by-step explanation:

The density d of a material is related to its mass m and volume V as follows;

d = \(\frac{m}{V}\)             ------------------(i)

The material in question here is the lead ball.

Now, from known experiment;

the density of lead is 11.34g/cm³

From the question, the weight/mass of the lead ball is 326g

Substitute these values into equation (i) as follows;

11.34 = \(\frac{326}{V}\)

V = \(\frac{326}{11.34}\)

V = 28.75cm³

Now, since the ball is of course spherical, we can get the radius by using the following relation from the volume of a sphere;

V = \(\frac{4}{3} \pi r^3\)          [V = volume, r = radius]

V = 28.75cm³

=> 28.75 = \(\frac{4}{3} \pi r^3\)

=> 3 x 28.75 = 4 π r³

=> 86.25 = 4 π r³

=> 21.5625 = π r³      [Take π = 3.142]

=> 21.5625 = (3.142) r³      [divide both sides by 3.142]

=> 6.86 = r³              [Take the cube root of both sides]

=> ∛6.86 = ∛r³

=> 1.90 = r

Therefore, the radius is 1.9cm to the nearest tenth

transposition of formulae
n=p+cr for r​

Answers

Answer:

r = (n - p)/c

Step-by-step explanation:

n = p + cr

Subtract p from both sides

n - p = p + cr - p

n - p = cr

Divide both sides by c.

(n - p)/c = cr/c

r = (n - p)/c

solve the given differential equation by separation of variables. dy dx = xy 4y − x − 4 xy − 9y x − 9

Answers

Given the differential equation dy/dx = xy/(4y-x) - 4xy/(9y-x).

We need to solve the above differential equation by separation of variables.

By the method of separation of variables, we need to separate the variables x and y and arrange the terms with respect to these variables in the following manner:

dy/y = [x/(4y-x) - 4x/(9y-x)]dx

Integrating both sides with respect to their respective variables, we get:

∫dy/y = ∫[x/(4y-x) - 4x/(9y-x)]dx

On integrating and simplifying, we get:

ln|y| = 1/4ln|(4y-x)/x| + 4/9ln|(9y-x)/x| + c

where c is a constant of integration.

Rewriting the above equation, we get:

|y| = C|x^(1/4)(4y-x)^(1/4)(9y-x)^(4/9)|

where C is the constant of integration.

Putting the value of y = 0 in the above equation, we get:

0 = C*0

which implies that C = 0

Thus, the solution of the given differential equation is |y| = 0 which implies y = 0 or |(4y-x)(9y-x)|^(4/9) = x^(1/4).

Therefore, the solution of the given differential equation is y = 0 or (4y-x)(9y-x) = kx^(9/4) where k is a constant.

To learn more about differential equation, refer below:

https://brainly.com/question/14620493

#SPJ11

The equation c = 7m represents how many ice cream cones (c) are sold within a certain number of minutes (m) at a certain ice cream shop.

Determine the constant of proportionality.

17
7
1
one-seventh

Answers

The constant of proportionality of the equation c = 7m is (b) 7

How to determine the constant of proportionality

From the question, we have the following parameters that can be used in our computation:

c = 7m

The above equation is a linear equation

Also, the equation is a proportional equation

A proportional linear equation can be represented as

y = mx

Where

Constant of proportionality = m

When the equations are compared, we have

Constant of proportionality = 7

Hence, the constant of proportionality is 7

Read more about constant of proportionality at

https://brainly.com/question/14425347

#SPJ1

help plssssssssssssssss

help plssssssssssssssss

Answers

The third one - I would give an explanation but am currently short on time, hope this is enough.

Change from rectangular to cylindrical coordinates. (Let r ≥ 0 and 0 ≤ θ ≤ 2π.)
(a) (−7, 7, 7)
(√98, 7π /4​,7) Incorrect:
(b) (−7, 7 3 , 1)
(14, π /3​,1) Incorrect:

Answers

The cylindrical coordinates of (−7, 7, 7) are (√98, -π/4, 7). cylindrical coordinate (−7, 7 3 , 1) is  (14, -π/3, 1).

We must switch from rectangular to cylindrical coordinates in the provided problem. (let r ≥ 0 and 0 ≤ θ ≤ 2π.)

A)(−7, 7, 7)

Given rectangular coordinates(x, y, z) =(−7, 7, 7)

The cylindrical coordinates are (r, θ, z)

As a result, we determine each value of r and θ  separately.

r = √x²+y²

r = √(-7)²+(7)²

r = √49+49

r = √98

θ = tan⁻¹ (y/x)

θ =tan⁻¹  (7/-7)

θ =tan⁻¹  (-1)

θ = -π/4

So cylindrical coordinate = (r, θ, z) = (√98, -π/4, 7)

B) (-7,7√3,1)

Given rectangular coordinates(x, y, z) = (-1,1,1)

The cylindrical coordinates are (r, θ, z)

As a result, we determine each value of r and θ  separately.

r = √x²+y²

r = √(-7)²(7√3)²

r = √49+147

r = √196

r = 14

θ = (y/x)

θ = (7√3/-7)

θ = (-√3)

θ = -π/3

So cylindrical coordinate = (r, θ, z) = (14, -π/3, 1)

To learn more about cylindrical coordinates link is here

brainly.com/question/17185505

#SPJ4

16-2t=3/2t+9
Solve for t

Answers

Answer:

t=2

Step-by-step explanation:

16-2t=3/2t+9

you multiply everything with 2

32-4t = 3t+18

4t-3t=18-32

-7t=-14

t=2

Step 1: Minus the 16 from the 9

Step2: Multiply the 2t wirh the -2t.

Step 3: Divide -4 by -4

16-2t=3/2t+9Solve for t

Use a calculator to find a decimal approximation for the following trigonometric function. sin(−321°18n)

Answers

The correct answer is the decimal approximation of sin(-321°18') is approximately -0.456.

The trigonometric function sin(-321°18') can be approximated using a calculator to find its decimal value. Here's how you can do it:

1. Start by converting the angle from degrees to radians. Remember that there are 360 degrees in a full circle and 2π radians in a full circle. To convert -321°18' to radians, divide it by 180° and multiply by π:

  -321°18' * (π/180°) ≈ -5.613


2. Now, use your calculator to find the sine of the converted angle (-5.613 radians). The sine function gives the ratio of the length of the side opposite the angle to the length of the hypotenuse in a right triangle.

  sin(-5.613) ≈ -0.456

  So, the decimal approximation of sin(-321°18') is approximately -0.456.

Please note that different calculators might have slightly different decimal approximations due to rounding, but this value should give you a good estimate.

to know more about  trigonometric functions here:

brainly.com/question/29090818

#SPJ11

9\times 10^(2) is ? times as much as 3\times 10^(-2)

Answers

9 × 10² is 3 × 10⁴ times as much as 3 × 10⁻².

To find how many times greater 9 × 10² is than 3 × 10⁻², we need to divide the two numbers.

9 × 10² / 3 × 10⁻²

To make the calculation easier, we can convert the second number to scientific notation as well:

9 × 10² / 3 × 10⁻²

= 9 × 10² / (3/100)

= 9 × 10² × 100 / 3

= (9/3) × (10² × 100)

= 3 × 10⁴

So 9 × 10² is 3 × 10⁴ times as much as 3 × 10⁻².

To know more about times visit:

https://brainly.com/question/31732120

#SPJ11

9. Determine if the following series (A) converge absolutely, (B) converge conditionally or (C) diverge. ∑_(n=0)^[infinity]▒(4n(-1)^n)/(3n^2+ 2n+1 )
10. Find the radius of convergence and interval of convergence for the following Power series:
∑_(n=0)^[infinity]▒〖1/(3^n ) (x-1〗 )^n

Answers

9. The given series converges conditionally.

10. The radius of convergence for the given power series is 3, and the interval of convergence is (-2, 4).

9. To determine the convergence of the series ∑\((4n(-1)^n)/(3n^2+ 2n+1)\), we can use the Alternating Series Test. The alternating series has the form ∑\((-1)^n b_n\) ,

where \(b_n = (4n)/(3n^2+ 2n+1)\).

For this series, we can observe that the terms alternate in sign and the absolute values of the terms approach zero as n approaches infinity. Additionally, the sequence {\(b_n\)} is decreasing. Therefore, the given series converges conditionally.

To find the radius of convergence and interval of convergence for the power series ∑\((1/(3^n)) * (x-1)^n\), we can use the Ratio Test. Applying the Ratio Test, we have:

\(\lim_{n \to \infty}\)⁡ \(|(1/(3^{(n+1)})) (x-1)^{(n+1)}|/|(1/(3^n)) (x-1)^n| = |(x-1)/3|\)

For the series to converge, the limit above must be less than 1. Therefore, |(x-1)/3| < 1, which implies |x-1| < 3. This condition defines the interval of convergence.

10. To find the radius of convergence, we consider the endpoints of the interval. The series diverges when x = -2 and x = 4. Therefore, the radius of convergence is the distance between the center of the power series (x = 1) and the nearest endpoint, which is 3.

In summary, the given power series has a radius of convergence of 3 and an interval of convergence of (-2, 4).

To learn more about radius of convergence visit:

brainly.com/question/31440916

#SPJ11

Which number line best shows the position of 172

Which number line best shows the position of 172

Answers

Line 5 looks to be the best one

Please help!! I don’t understand how to solve this

Please help!! I dont understand how to solve this

Answers

Answer:it is c

Step-by-step explanation:

fjhrhgvfj

Decide if each expression represents one third the sum of 5 and 4. choose yes or no for each expression.

Decide if each expression represents one third the sum of 5 and 4. choose yes or no for each expression.

Answers

Answer:

yes

no

yes

no

Step-by-step explanation:

pls mark brainliest

What is the reason for step 5 in this proof

What is the reason for step 5 in this proof

Answers

Answer:

Alternate interior angles theorem

Step-by-step explanation:

DG // EF   and GE is the transversal. So, alternate interior angles are congruent

Therefore, ∠HGD ≅ ∠HEF

DG // EF   and DF is the transversal. So, alternate interior angles are congruent

Therefore, ∠HDG ≅ ∠HFE

3,100 in scientific notation

Answers

Answer:

3.1*10^3

Step-by-step explanation:

If u know, the scientific notation formula will look somewhat like this:

a*10^b

So I implemented that into my scientific notation.

3.1*10^3=3.1*1000

3.1=3,100

Because you move the decimal point over.

So the answer is 3.1*10^3

Other Questions
I NEED HELP NOWWWWW AHHHHHHHHH IM SO DUMB AND THANK YOU FOR HELPING ME P 1 + 21 rhov 12 +z 1 =P 2 + 21 rhou 22 +z 2 (*) Type your response in the box.How do cardiorespiratory fitness and endurance differ from each other?BIUX X 15pxSpace used (includes formatting): 0 / 15000AVSubmitE Write the equation for the line passing through the point (2, 4) that is parallel to 4x + y = 7.give final answer in slope-intercept form. Give 3 reasons why the claims about what Paleolithic men ate(lots of meat, low carb) is not backed by scientific evidence? An outfielder throws a baseball to the second baseman at a speed of 19.6 m/s and and angle of 60 degrees above the horizontal. If the ball is caught at the same height from which it was thrown, calculate the amount of time the ball was in the air On mars, the acceleration due to gravity is 3.77 m/s2. how far would a 47 g rock fall from rest in 6.5 s if the only force acting on it was the gravitational force due to mars? What would need to happen to create a ratio of 3:1? What is the mass of a child that has a KE of 400 J who is riding her bike at 3.9 m/s? what is the benefit of working in a group Precipitation is the result when the tiny condensation particlesgrow too large . . . and thus fall to the earth. . . .Precipitation is the primary way we receive fresh water in earth.[...]With evaporation only pure water [is] evaporated, and thereforeany contaminates and salts are left behind.What can you infer about water in the air?A. Water in the air contains contaminates.B. Water in the air does not have contaminates.C. Water in the air is very large.D. Water in the air is very salty. The Juice Cafe posted the sign below showing the prices of smoothies of various sizes.Which change would make the price of smoothies a function of the size?ExplainPlease Help, im strugglingA. change the smoothie prices so that each interval between prices is $0.50B. change the first 12-ounce smoothie to a 10-ounce smoothie so that each smoothie size has only one priceC. change the price of the 22-ounce smoothie to $4.29 so that each price is assigned to only one smoothie sizeD. change the 22-ounce smoothie to a 24-ounce smoothie so that each interval between smoothie sizes is 4 ounces z-2/3=1/8what does z equal ou are contemplating the purchase of a 20-year bond that pays $50 in interest each six months. you plan to hold this bond for only 10 years, at which time you will sell it in the marketplace. you require a 12 percent annual return, but you believe the market will require only an 8 percent return when you sell the bond 10 years hence. assuming you are a rational investor, how much should you be willing to pay for the bond today? group of answer choices $1,126.85 $1,081.43 $737.50 $927.68 $856.91 anna's research yielded results that are consistent with a hypothesis derived from a behavioural theory of substance abuse. which conclusion is correct regarding the theory? a. the theory is statistically significant. b. the theory is unfalsified. c. the theory is supported. d. the theory is proven. All are functions of Growth Hormone except a) Promotes growth b) Glueoneogenesis c) Lipogenesis d) Protein synthesis Bryn takes out a loan of 800. This debt increases by 28% every year. How much money will Bryn owe after 14 years? Give your answer in pounds () to the nearest 1p. < Back to task Q Search Watch video Answer > ___ has the potential to occur when researchers explore sensitive topics, or use methods in which participants re-live negative situations. What is R function used for? how do science writers tend to use analogies, especially when writing for a general (non-scientific) audience?