Someone help ASAP pleaseee

Someone Help ASAP Pleaseee

Answers

Answer 1

Answer:

C

Step-by-step explanation:

Answer 2
b x h x 1/2 = 25
b x 5 = 50
b = 50/5
b = 10 km (C)

Related Questions

PARALLEL PERPENDICULAR OR NEITHER OR SAME LINE

PARALLEL PERPENDICULAR OR NEITHER OR SAME LINE

Answers

Answer:

parallel, perpendicular are opposite

Answer:

PARALLEL PERPENDICULAR

Step-by-step explanation:


\(y \times 3 = 27 \times 10\)

Answers

y x 3 = 270
y = 270 ÷ 3 = 90
Y = 90
Answer : Y= 90

Hope it helps


an arithmetic sequence that outputs N terms, The general term expression is an=2*n-1, recurrence relation is an=an-1+2(common difference)

Please do C-language coding that represents all of this

EX)

Enter>10

The general term

1,3,5,7,9,11,13,15,19

recurrence relation

1,3,5,7,9,11,13,15,19

Answers

The following C code generates an arithmetic sequence with N terms using the given general term expression and recurrence relation:

#include <stdio.h>

int main() {

   int N;

   printf("Enter the number of terms: ");

   scanf("%d", &N);

   int sequence[N];

   sequence[0] = 1;

   for (int i = 1; i < N; i++) {

       sequence[i] = sequence[i - 1] + 2;

   }

   printf("The general term: ");

   for (int i = 0; i < N; i++) {

       printf("%d ", sequence[i]);

   }

   printf("\nThe recurrence relation: ");

   for (int i = 0; i < N; i++) {

       printf("%d ", sequence[i]);

   }

   return 0;

}

The program starts by including the necessary header file stdio.h for input and output operations.

The main() function is defined, which is the entry point of the program.

A variable N is declared to store the number of terms inputted by the user.

The user is prompted to enter the number of terms using the printf() function and the input is read using the scanf() function.

An array sequence of size N is declared to store the arithmetic sequence.

The first term of the sequence is assigned as 1 (sequence[0] = 1).

A loop is started from i = 1 to N - 1 to calculate the remaining terms of the sequence.

Inside the loop, each term is calculated using the recurrence relation: sequence[i] = sequence[i - 1] + 2.

After calculating the sequence, the program prints the general term by looping through the sequence array and displaying each term using the printf() function.

Similarly, the program prints the recurrence relation by looping through the sequence array and displaying each term.

Finally, the return 0 statement indicates successful program execution and the program terminates.

For more questions like Code click the link below:

https://brainly.com/question/30753423

#SPJ11

Create an expression with at least four numbers in two different operations that has a value of 12 (order of operations 8th grade)

Answers

Answer: (4x5) / 10 - 5 = 5

Step-by-step explanation: 20/10 = 10

10-5 = 5

please i need your help for today please i would really appreciate it​

please i need your help for today please i would really appreciate it

Answers

Answer:

  increasing: x > 0

Step-by-step explanation:

Given a table of function values, you want to know the interval on which the function is increasing.

Increasing

A function is increasing if f(x)-values get larger when x-values get larger. As we go down the table, the x-values get larger.

In the first three lines of the table, the f(x)-values are getting smaller. The function is decreasing on that interval, x < 0.

In the last three lines of the table, the f(x) values are getting larger. The function is increasing on that interval, x > 0.

__

Additional comment

The point (0, 0) represents a minimum. The function is not increasing or decreasing at that point, so the interval of interest is x > 0, not x ≥ 0.

A shirt costs $83.85 after tax of 7.25%. How much did it cost before tax? Write and solve an equation.​

Answers

The equation that can be used to solve the cost of the shirt before tax is 83.85 = x + ( 7.25% × x) where the cost of the shirt before tax is approximately $78.18

Equation to find the cost of the shirt before tax

Cost of shirt after tax = $83.85Percentage of tax = 7.25%.Cost of shirt before tax = x

Total cost of shirt and tax = Cost of shirt before tax + (Percentage of tax × Cost of shirt before tax)

83.85 = x + ( 7.25% × x)

83.85 = x + (0.0725 × x)

83.85 = x + 0.0725x

83.85 = 1.0725x

divide both sides by x

x = 83.85 / 1.0725

x = 78.18181818181818

Approximately,

x = $78.18

Therefore, the the cost of the shirt before tax is approximately $78.18

Learn more about tax:

https://brainly.com/question/9437038

#SPJ1

Please do help!!!!!!!​

Please do help!!!!!!!

Answers

11.35 x 10 over 9 just click on the photo
Please do help!!!!!!!

A farmer bought a tractor for Rs 400000 and sold it
after 2 years at 10% depreciation rate per year.
What is the cost of tractor after 2 years? Find.​

Answers

Step-by-step explanation:

Hope my answer helps mark me brainliest
A farmer bought a tractor for Rs 400000 and sold itafter 2 years at 10% depreciation rate per year.What

ANSWER PLEASE !!
-2x-5=10
4x+2y=8
-6x+2y=12

Answers

Answer:

x= -15/2 y=-33/2

Step-by-step explanation:

i dont know how you want to solve it but if it is "system of equations" then first solve for the first variable in on e of the equations, then substitute the result into the other equation.

3136 is 2 to the power of what?

Answers

Answer: 3,136 is 2 to the power of 11.614709845

Step-by-step explanation: \(2^{11.614709845} = 3,136\)

Solve for x. Round to the nearest tenth.​

Solve for x. Round to the nearest tenth.

Answers

Using trigonometric function the value of x is 51.3°.

What is trigonometric function?

The functions of an angle in a triangle are known as trigonometric functions, commonly referred to as circular functions. In other words, these trig functions provide the relationship between a triangle's angles and sides. There are five fundamental trigonometric functions: sine, cosine, tangent, cotangent, secant, and cosecant.

Here Let us take the given right triangle as ABC.

∠A = x , ∠B = 90° and AB = 25 , AC= 40

Now using Cosine ratio then

Cos  A = \(\frac{adjacent}{hypotenuse}\)

=> cos x = \(\frac{25}{40}\)

=> cos x = \(\frac{5}{8}\)

=> x = \(cos^{-1}\frac{5}{8}\)

=> x = 51.3°

Hence the value of x is 51.3°.

To learn more about trigonometric function refer the below link

https://brainly.com/question/25618616

#SPJ1

Dylan is going to the fair and has $35. He is going to use $5 for food. The admission is $7, and rides are $1.85 each.

Which of the following equations could you use to find how many rides Dylan can go on?

$12 = $35 + $1.85 x
$35 = $1.85 + $12 x
$1.85 x = $47
$35 = $12 + $1.85 x

Answers

Answer:

$35 = $12 + $1.85x

Step-by-step explanation:

the total is 35 so it is alone on the left side of the equal sign

then 5 + 7 is 12 and he has to spend $12

rides are 1.85 each so there is a x next to it

Find the product. 1.5m6(-2m2)4

Answers

9514 1404 393

Answer:

  24m^14

Step-by-step explanation:

It looks like you want to simplify ...

  \(1.5m^6(-2m^2)^4=(1.5)(-2)^4(m^6)(m^{2\cdot4})\\\\=(1.5)(16)m^{6+8}=\boxed{24m^{14}}\)

__

The applicable rules of exponents are ...

  (a^b)(a^c) = a^(b+c)

  (a^b)^c = a^(bc)

  (ab)^c = (a^c)(b^c)

Marking brainliest!!!

The ratio of teachers to students in a middle school is 2 to 25. There are 350 students in the school. Find the number of teachers.​

Answers

Using the ratio of 2 teachers to 25 students, we can calculate that the school has 14 teachers. This is calculated by taking 350 (the total number of students) divided by 25 (the number of students per teacher), which equals 14 teachers.

What is 476478395-7837423597882+74723457345456/7

Answers

The value of the expression 476478395-7837423597882+74723457345456/7 is -7763968665291.

To evaluate the expression 476478395-7837423597882+74723457345456/7,

We must undertake the operations in the right order, following the arithmetic rules, which are:

Any calculations inside parentheses should be done first.Determine any exponents (ie: powers and square roots, etc.).All multiplication and division must be done from left to right.All addition and subtraction must be done from left to right.

Because there are no parentheses or exponents to simplify in this case, we can begin with multiplication and division, followed by addition and subtraction.

476478395 - 7837423597882 + 74723457345456/7

= 476478395 - 7837423597882 + 10674779622136 = 7763968665291

Therefore, the value of the expression 476478395-7837423597882+74723457345456/7 is -7763968665291.

Learn more about arithmetic rules here:

https://brainly.com/question/14464318

#SPJ4

Eight workers are hired to harvest strawberries from a field. Each is given a plot with an area of 72 ft2. What is the total area of the strawberry field?

Answers

576 is the answer

Solution

72x8 = 576

72 L
8 W
Alternative forms

5.76 x 10(squared), 24 (squared)

If \( f(x, y)=e^{3 x} \sin (4 y) \) then: \[ \nabla f(-1,-3)= \]

Answers

The gradient of the function \(\(f\)\) at the point \(\((-1, -3)\)\) is:

\(\[\nabla f(-1, -3) = \left(-3e^{-3} \sin(12), 4e^{-3} \cos(12)\right)\]\)

To find the gradient of the function \(\( f(x, y) = e^{3x} \sin(4y) \)\) at the point \(\((-1, -3)\)\), we need to compute the partial derivatives with respect to \(\(x\) and \(y\)\) and evaluate them at that point.

The gradient of a function is given by:

\(\[\nabla f(x, y) = \left(\frac{{\partial f}}{{\partial x}}, \frac{{\partial f}}{{\partial y}}\right)\]\)

Let's calculate the partial derivatives:

\(\[\frac{{\partial f}}{{\partial x}} = \frac{{\partial}}{{\partial x}}\left(e^{3x} \sin(4y)\right) = 3e^{3x} \sin(4y)\]\)

\(\[\frac{{\partial f}}{{\partial y}} = \frac{{\partial}}{{\partial y}}\left(e^{3x} \sin(4y)\right) = 4e^{3x} \cos(4y)\]\)

Now, we can evaluate these derivatives at the point \(\((-1, -3)\):\)

\(\[\frac{{\partial f}}{{\partial x}}\Bigr|_{(-1, -3)} = 3e^{3(-1)} \sin(4(-3)) = 3e^{-3} \sin(-12)\]\)

\(\[\frac{{\partial f}}{{\partial y}}\Bigr|_{(-1, -3)} = 4e^{3(-1)} \cos(4(-3)) = 4e^{-3} \cos(-12)\]\)

Simplifying further:

\(\[\frac{{\partial f}}{{\partial x}}\Bigr|_{(-1, -3)} = 3e^{-3} \sin(-12) = -3e^{-3} \sin(12)\]\)

\(\[\frac{{\partial f}}{{\partial y}}\Bigr|_{(-1, -3)} = 4e^{-3} \cos(-12) = 4e^{-3} \cos(12)\]\)

Therefore, the gradient of the function \(\(f\)\) at the point \(\((-1, -3)\)\) is:

\(\[\nabla f(-1, -3) = \left(-3e^{-3} \sin(12), 4e^{-3} \cos(12)\right)\]\)

To know more about function visit-

brainly.com/question/30116196

#SPJ11

F(x)=2+3x²; find f(3)

Answers

Answer:

29

Step-by-step explanation:

\(f(3)\) represents the value of \(f(x)\) when \(x=3\).

\(f(3)=2+3(3)^2=29\)

in exercises 10 and 11, points B and D are points off tangency. Find the value(s) of x.

2x^2+2x=7x+12

Answers

2x² + (2-7)x - 12 = 0

2x² - 5x - 12 = 0

x = 5 ± √(5² - 4 × 2 × (-12) ) /(2×2) = (5 ± √121)/4

x = (5+11)/4 = 4 and x = (5-11)/4 = - 3/2

what's the most common word a person says on a daily basis?

Answers

Answer:

I say bro a lot

Step-by-step explanation:

Answer:

ok

Step-by-step explanation:

Anthony sold 45 tickets to the school play and Katy sold 40 tickets. What is the ratio of the number of tickets Anthony sold to the number of tickets Katy sold? A 9:8 B 40:45 C 5 to 8 D 8 to 9​

Answers

Answer:

the answer to your question is B 40:45

Step-by-step explanation:

The main purpose of each passage is to
A) compare brain function in those who play games
on the Internet and those who browse on it.
B) report on the problem-solving skills of
individuals with varying levels of Internet
experience.
C) take a position on increasing financial support
for studies related to technology and intelligence.
D) make an argument about the effects of electronic
media use on the brain.

Answers

The main purpose of each passage is to (choice D) make an argument about the effects of electronic media use on the brain.

What is sentence correction?

Sentence correction or sentence improvement is a type of grammatical practice where a sentence is given with a word or a phrase that requires grammatical changes or improvement.

Now,

Online and other screen-based technologies, according to Passage 1's author, have an impact on people's capacity for in-depth thought (lines 47-50). According to the author of Passage 2, the negative impacts of using electronic media are not as severe as critics of the industry claim (lines 81–82). Following "form" in this context entails adhering to a specific tradition or custom.Choices A and B are inappropriate because they discuss the passages' arguments without addressing their principal purpose. Choice C is inaccurate since neither passage supports boosting funding for certain studies.Hence, choice D is the correct one.

To learn more about sentence correction, refer to the link: https://brainly.com/question/14632568

#SPJ4

the admissions officer for the graduate programs at the university of pennsylvania believes that the average score on the lsat exam at his university is significantly higher than the national average of 1,300. an accepted standard deviation for lsat scores is 125. a random sample of 25 scores had an average of 1,375. a. state the appropriate null and alternative hypotheses. b. calculate the value of the test statistic c. calculate the p-value. d. use the p-value to test the hypotheses and conduct the test at the 0.025 leve

Answers

(a) The Null And Alternate hypothesis are stated below,

(b) The value of test-statistic is 3,

(c) The "p-value" is 0.0013,

(d) The hypothesis is rejected because p-value is less than 0.025.

Part (a) : The appropriate null and alternative hypotheses are:

Null hypothesis (H₀): The average LSAT score at the University of Pennsylvania is equal to or less than the national average of 1,300.

Alternative hypothesis (Hₐ): The average LSAT score at the University of Pennsylvania is significantly higher than the national average of 1,300.

Part (b) : To calculate the test-statistic, we use formula : t = (x' - μ)/(s / √n),

where x' = sample mean, μ = hypothesized population mean, s = sample standard deviation, and n = sample size.

Substituting the given values,

We get,

t = (1375 - 1300)/(125 / √25) = 3;

So, the value of the test statistic is 3.

Part (c) : To calculate "p-value", we need to find the probability of getting a t-value as extreme or more extreme than 3, assuming that the null hypothesis is true.

We know that for a two-tailed test at a significance level of 0.03, the p-value is approximately 0.0013.

Part (d) : To test the hypotheses using the p-value, we compare it to the significance-level.

Since the p-value is less than 0.025 (half of the significance level for a two-tailed test), we reject the null hypothesis and conclude that there is sufficient evidence to support the claim.

Learn more about Hypothesis here

https://brainly.com/question/17099835

#SPJ4

The given question is incomplete, the complete question is

The admissions officer for the graduate programs at the university of Pennsylvania believes that the average score on the LSAT exam at his university is significantly higher than the national average of 1,300. an accepted standard deviation for LSAT scores is 125. random sample of 25 scores had an average of 1,375.

(a) State the appropriate null and alternative hypotheses.

(b) Calculate the value of the test statistic

(c) Calculate the p-value.

(d) Use the p-value to test the hypotheses and conduct the test at the 0.025 level.

12x + 25 < 6 +5 what is x < than

Answers

Answer:

x < -7/6

Step-by-step explanation:

In a equation that show a greater than or less than sign can be a equal sign .

6.4 x 1.2 show your work

Answers

Answer:

7.68

Step-by-step explanation:

Which statements apply to the expression (3/5^3) cubed? Check all that apply.

Answers

Answer:

The true statements are

3/5 is the base

3 is the exponent

(3/5)³ = 3/5 × 3/5 × 3/5

(3/5)³ = 27/125

Step-by-step explanation:

Let a and b be any integer, given the expression;

\(a^b\)

a is the base

b is the exponent

Similarly if we have;

\(a^3\)

This means we can multiply a in three places as shown;

\(a^3 = a \times a \times a\)

Applying this to the given expression

\((\frac{3}{5} )^3 = \frac{3}{5} \times \frac{3}{5} \times \frac{3}{5} \\Also\\(\frac{3}{5} )^3 = \frac{3 \times 3 \times 3}{5 \times 5 \times 5} \\(\frac{3}{5} )^3 = \frac{27}{125}\)

The base value will be 3/5 and the exponent is 3

what is the slope of the line of best-fit in the scatterplot below?on a graph, a trend line goes through points (3, 12) and (6, 19).

Answers

The slope of the line of best fit in the scatterplot below can be determined using the formula for the slope of a line:
Slope = (y2-y1)/(x2-x1)

In this case, x1 = 3, y1 = 12, x2 = 6, y2 = 19. So, the slope of the line of best fit is (19 - 12) / (6 - 3), which equals 7/3 or 2.33.
The line of best fit is the line that best represents the data on a scatterplot. It is the line that is closest to all the data points in the graph. The slope of the line of best fit helps to indicate whether the data points are moving in a positive or negative direction. If the slope is positive, the data points are increasing, and if the slope is negative, the data points are decreasing.
A positive slope, like the one in this example, means that as x increases, y also increases. This means that in this case, as the x-values (3 and 6) increase, the y-values (12 and 19) also increase.

The slope of the line of best fit can also be used to make predictions about values of y, given values of x. For example, if x = 8, then y = 26, because the slope of the line of best fit is 2.33, and 8*2.33 = 19.8, which is approximately equal to 26.
Overall, the slope of the line of best fit on this scatterplot is 2.33, which is a positive number. This indicates that as the x-values increase, the y-values also increase, and it can also be used to make predictions about y-values, given x-values.

To know more about slope refer here:

https://brainly.com/question/3605446

#SPJ11

Death Valley, California, has an elevation of -282 feet. What does this mean?

Answers

Answer:

Step-by-step explanation:

It is below groung level

Answer: that if sombody falls you know where it leads... there DEATH

Step-by-step explanation:

does 3 times 9.99 give me 29.97?

Answers

Answer:

Yes it does.

Step-by-step explanation:

Answer:Simple and best practice solution for 9.99 is what percent of 29.97. Check how easy it is, ... 100=3*x - we divide both sides of the equation by (3) to get x 100/3=xno it does not

Step-by-step explanation:

SOMEONE PLEASE HELP ME WITH THIS!!
IMAGE DOWN BELOW!!
ILL GIVE YOU BRAINLIST ANSWER!!

SOMEONE PLEASE HELP ME WITH THIS!!IMAGE DOWN BELOW!!ILL GIVE YOU BRAINLIST ANSWER!!

Answers

Answer:

5.735

pythagorian theorem is a^2 + B^2 = c^2

C is the longest side of the right triangle

Other Questions
le economy is normal the stock of Flores Corporation is expected to return 12 percent. If the economy is into a recession, the stock return is projected at a negative 35 percent. The probability of a no economy is 75 percent What is the standard deviation of the returns on this stock? 4362 123 O con A painter (of mass 79 kg) needs to reach out from a scaffolding to paint the side of a building, so he lays a plank across two bars of the scaffolding, and puts a heavy bucket of mass 23 kg directly over one of the bars (see figure). You can assume the plank is massless, and is long enough to reach to the other building. Show answer no attempt if the bars are separated by a distance 2. 9 m, how far, d, from the bar on the the right can the painter walk before the plank starts to fall? Suppose an industrial/organizational psychologist is interested in the relationships between job satisfaction, job performance, and job compensation. She has data from five different countries on the average monthly salaries paid to firefighters. She begins her analysis by converting all of the salary data into US dollars: A storage bin is a rectangular prism that measuring 114 cm long by 56 cm high by56 cm deep. What is the surface area of the exterior, in square feet? help may oplpkpk......... Which of the following activities develops both balance and coordination if practiced frequently?1.football2.yoga3.swimming4.bowling Nadia goes into a store with $8.00. She buys 7 bags of chips for $0.55 each, and some taffy. Each taffy costs $0.35. Enter the maximum number of taffy Nadia can buy. which of the following would be deducted from the balance per bank on a bank reconciliation: oservice charges. o notes collected by the bank. deposits in transit. o outstanding checks. Puberty does not normally occur in humans under the age of 8 years, because before that age:_____. write and slove an equation for this situation: you bought 5 cakes each one cost the same . you spent a total of 65$ how much did each cake cost Evaluation of a proposed change in the firm's collection policy Aa Aa Consider the case of Eden Exports Eden Exports, an importer and exporter of precious metals and jewelry from around the world, sells its objets d'art to stores in six western states and generates annual sales of $6,000,000. (15 marks) Generation Corporation plans to issue 25-year semiannual coupon bonds with a par value of $1,000 and coupon rate of 6.0% (in APR). The following table summarizes the yield to maturity (in APR) for 25-year coupon corporate bonds of different ratings by S&P: Rating YTM AAA 6.0% AA 6.5% A 7.0% BBB 7.5% BB 8.0% a) Assuming the bonds will be rated "A", what will the price of the bonds be? (4 marks) b) What must the rating of the bonds be for them to sell at par ($1,000)? (2 marks) c) Suppose that when the bonds are issued, the price of each bond is $785. What is the most likely rating of the bonds? Do they belong to the category of junk bonds (BBB or BB)? (4 marks) d) How do the YTM of the Treasury Bond and BB Bond change during financial crisis? What is the main reason of the changes? (5 marks) Last year, the student population at Haley Elementary School was 360 students. After rezoning this year, the student population is 10% smaller. HOW MANY STUDENTS ATTEND HALEY ELEMENTARY THIS YEAR? If you are SMART? What is 100 x 100 without using a calculator? Suppose that ABSs are created from portfolios of subprime mortgages with the following allocation of the principal to tranches: senior 85%, mezzanine 10%, and equity 5%. (The portfolios of subprime mortgages have the same default rates.) An ABS CDO is then created from the mezzanine tranches with the same allocation of principal. How high can losses on the mortgages be before the mezzanine tranche of the ABD CDO bears losses? What was the name of Vanderbilts main competitor who owned the Pennsylvania Railroad? 5(y + ) = -13 May i pleas get help a(n) is a place within a market segment that represents a narrow group of customers with similar interests. Question 2 (5 points)Why are foot injuries common among exercisers?Because proper footwear is seldom worn when exercising.Because free weights are commonly dropped in exercise facilities.Because of the foot's role in bearing weight.Because there are many trip hazards during outdoor recreation.Question 3 (5 points)What is the benefit of applying compression to an iniury? Plz hurryRead the lines from the poem "Nothing Gold Can Stay." Natures first green is gold, Her hardest hue to hold.What is the effect of the rhyme on these lines from the poem?It suggests that the speaker is demanding.It gives the poem a melancholy rhythm.It makes the poem seem harsh.It makes words that are normally pleasant seem ugly.