1/2 plus 1/4 fractions pls help me

Answers

Answer 1

Answer:

that would be 3/4 my good sir

Step-by-step explanation:

1/2 = 2/4 + 1/4 = 3/4


Related Questions

What happened to the owl who swallowed a watch

What happened to the owl who swallowed a watch

Answers

Answer:WAIT HE IS TELLING THE TIME

Step-by-step explanation:

4PLEASE HELP ME THIS IS URGENT I WILL GIVE BRAINLIEST ​

4PLEASE HELP ME THIS IS URGENT I WILL GIVE BRAINLIEST

Answers

Answer:

9.3 ft

Step-by-step explanation:

the ratio of dividends to the average number of common shares outstanding is:

Answers

The ratio of dividends to the average number of common shares outstanding is known as the dividend yield. It is a measure of the return on an investment in the form of dividends received relative to the number of shares held.

To calculate the dividend yield, you need to divide the annual dividends per share by the average number of common shares outstanding during a specific period. The annual dividends per share can be obtained by dividing the total dividends paid by the number of outstanding shares. The average number of common shares outstanding can be calculated by adding the beginning and ending shares outstanding and dividing by 2.

For example, let's say a company paid total dividends of $10,000 and had 1,000 common shares outstanding at the beginning of the year and 1,500 shares at the end. The average number of common shares outstanding would be (1,000 + 1,500) / 2 = 1,250. If the annual dividends per share is $2, the dividend yield would be $2 / 1,250 = 0.0016 or 0.16%.

In summary, the ratio of dividends to the average number of common shares outstanding is the dividend yield, which measures the return on an investment in terms of dividends received per share held.

To know more about dividend, here

brainly.com/question/3161471

#SPJ11

FIFTY POINTS!! Please help! I'll give brainliest

A school of 100 fish swims in the ocean and comes to a very wide horizontal pipe. The fish have three choices to get to the food on the other side: swim above the pipe, through the pipe or below the pipe. If we do not consider the fish individually, in how many ways can the entire school of fish be partitioned into three groups with each group choosing a different one of the three options and with at least one fish in each group?

Answers

Answer:

4851 ways

Step-by-step explanation:

The fish have 3 choices. They can make it above, below, or though the pipe. Keep in mind there are 100 fish total:

group 1 + group 2 + group 3 = 100

If we keep group 3 (the fish that swim below the pipe) constant, say 1, and increment the other two (group 2 starting off at 1) we find 98 possibilities.

   98     +      1        +      1        = 100,

   97      +     2        +      1        = 100,

   96      +     3        +      1       =  100

        .           .            . 98 possibilities

Now we take group 1 as one greater (1 + 1 = 2) and then start incrementing group 2 starting from 1 as done before. So 97 + 2 + 1 = 100. Followed by 96 + 3 + 1, 95 + 4 + 1...97 possibilities

If we continue this pattern, we have 98 + 97 + 96... + 1 total possibilities to partition this school of fish.

98 + 97 + 96... + 1,

Sum = n(n + 1)/2 = 98(98 + 1)/2 = 98(99)/2 = 4851

Farid spends of his monthly salary every month. If he spends RM280 for house rent that is 40% from his total 8 monthly expenditure, how much is his monthly salary?​

Answers

Answer:

Step-by-step explanation:

RM 280 = 40% of 8 months

RM 700= 100% of 8 months

RM 700/8= 8 months

RM 87.5 = 1 month

Answer = 87.5

Farid's monthly salary is approximately RM 87.5. He spends 40% of his total 8-month expenditure on house rent, which amounts to RM 280 per month.

Let's assume Farid's monthly salary is RM x.

Given that he spends 40% of his total 8 monthly expenditure on house rent, and the amount he spends on house rent is RM 280, we can set up the following equation:

0.40 × 8x = 280

Now, let's solve for x:

0.40 × 8x = 280

3.2 × x = 280

x = 280 / 3.2

x ≈ 87.5

So, Farid's monthly salary is approximately RM 87.5.

To know more about monthly salary:

https://brainly.com/question/30860806

#SPJ2

true or false: if you are given a graph with two shiftable lines, the correct answer will always require you to move both lines.

Answers

False. if you are given a graph with two shif table lines, the correct answer will always require you to move both lines.

In a graph with two shiftable lines, the correct answer may or may not require moving both lines. It depends on the specific scenario and the desired outcome or conditions that need to be met.

When working with shiftable lines, shifting refers to changing the position of the lines on the graph by adjusting their slope or intercept. The purpose of shifting the lines is often to satisfy certain criteria or align them with specific points or patterns on the graph.

In some cases, achieving the desired outcome may only require shifting one of the lines. This can happen when one line already aligns with the desired points or pattern, and the other line can remain fixed. Moving both lines may not be necessary or could result in an undesired configuration.

However, there are also situations where both lines need to be shifted to achieve the desired result. This can occur when the relationship between the lines or the positioning of the lines relative to the graph requires adjustments to both lines.

Ultimately, the key is to carefully analyze the graph, understand the relationship between the lines, and identify the specific criteria or conditions that need to be met. This analysis will guide the decision of whether one or both lines should be shifted to obtain the correct answer.

Learn more about graph from

https://brainly.com/question/19040584

#SPJ11

Diagonals of a parallelogram ABCD intersect at O. If∠BOC = 90º and ∠BDC = 50º, then ∠OAB is (A) 90º (B) 50º (C) 40º (D) 10º​

Answers

Answer:

diagonals

lf= Boc =90°

Bcd = 50°

QAB (A) ? jadi jawaban nya

(D). 10°

Step-by-step explanation:

Diognals of a Parallegram ABCD intersat at o

lg and then is.

"sorry ya kalo jawaban nya salah "

what is the best big-o function for the worst case scenario analysis of a linar search of a list of size n (counting the number of comparisons)?

Answers

Big O notation focuses on the worst-case scenario analysis, which is 0(n) for a simple search. It’s a reassurance that a simple search will never be slower than O(n) time.

Imagine that you're a teacher with a student named Ram. You want to find his records, so you use a simple search algorithm to go through your school district's database.

You know that a simple search takes O(n) times to run. This means in the worst case, you'll have to search through every single record to find Ram

After a simple search, you find that Ram records are the very first entry in the database. You don't have to look at every entry.

Did this algorithm take O(n) time Or did it take O(1) time because you found Ram records on the first try?

In this case, 0(1) is the best-case scenario – you were lucky that Ram records were at the top. But Big O notation focuses on the worst-case scenario, which is 0(n) for a simple search. It’s a reassurance that a simple search will never be slower than O(n) time.

Learn more about Big-o from

https://brainly.com/question/13257594

#SPJ4

Solvethefollowing:a) 7 − 4 + 12 = 2 + 8b) 14 + 15 − 9 + 1 = −7 + 1 − 9c) 4 − 10 = 8( + 2)

Answers

(a)\(7x-4x+12=2x+8\)

First, we subtract 2x on each side.

\(\begin{gathered} 7x-4x-2x+12=2x-2x+8 \\ x+12=8 \end{gathered}\)

Then, we subtract 12 on each side.

\(\begin{gathered} x+12-12=8-12 \\ x=-4 \end{gathered}\)The solution is -4.

(b)\(14x+15x-9+1=-7x+1-9\)

We sum 7x on each side.

\(\begin{gathered} 14x+15x+7x-9+1=-7x+7x+1-9 \\ 36x-8=-8 \end{gathered}\)

Then, we add 8 on each side.

\(\begin{gathered} 36x-8+8=-8+8 \\ 36x=0 \end{gathered}\)

At last, we divide the equation by 36.

\(\begin{gathered} \frac{36x}{36}=\frac{0}{36} \\ x=0 \end{gathered}\)The solution is 0.

(c)\(4x-10=8(x+2)\)

First, we use the distributive property.

\(4x-10=8x+16\)

Then, we subtract 8x on each side.

\(\begin{gathered} 4x-8x-10=8x-8x+16 \\ -4x-10=16 \end{gathered}\)

Now, we add 10 on each side.

\(\begin{gathered} -4x-10+10=16+10 \\ -4x=26 \end{gathered}\)

At last, we divide the equation by -4.

\(\begin{gathered} \frac{-4x}{-4}=\frac{26}{-4} \\ x=-6.5 \end{gathered}\)The solution is -6.5.

For a research project, students are asked to study how often students at an online high school look at social
media while doing schoolwork.

1. Sofie decides to develop a survey.
(a) Give an example of a question she could ask on her survey.
(b) How could Sofie select a simple random sample of students to take her survey?
(c) She gives out 80 surveys but receives only 32 completed surveys. What are the sample and
population for Sofie’s research?
(d) Of the 32 students who completed surveys, 16 said they use social media while doing schoolwork. If
Sofie uses only the completed surveys, what conclusion could she make about the percent of all high
school students who use social media while doing schoolwork?

Answers

(a) Example question: "How often do you look at social media while doing schoolwork?

(b) Sofie can select a simple random sample of students by using a random number generator to assign a unique identification number to each student in the online high school.

(c) The sample for Sofie's research is the 32 completed surveys she received. These surveys represent the responses of a subset of the population. The population, in this case, refers to all the students at the online high school.

(d) If Sofie uses only the completed surveys, she can conclude that approximately 50% (16 out of 32) of the students who completed the survey reported using social media while doing schoolwork.

(a) Please select one of the following options: never, rarely, occasionally, frequently, or always."

(b) She can then use the random number generator again to select a specific number of students from the entire population of students, ensuring that each student has an equal chance of being selected. For example, if there are 500 students in total and Sofie wants a sample size of 50, she can generate 50 random numbers and select the corresponding students based on their identification numbers.

(d) However, it is important to note that this conclusion is specific to the sample of completed surveys and cannot be generalized to the entire population of high school students.

To make an inference about the percent of all high school students who use social media while doing schoolwork, Sofie would need a larger and more representative sample that covers a wider range of students in the online high school.

Additionally, she should consider potential biases in the sample, such as non-response bias if the students who chose not to complete the survey have different social media usage patterns compared to those who did respond.

For more such questions on surveys

https://brainly.com/question/30735918

#SPJ8

someone help me please

someone help me please

Answers

Answer:

x ≈ 5.8 degrees

Step-by-step explanation:

the sum of all exterior of any polygon is 180 degrees

so:  7x+4 + 5x+4 + 4x+9 + 9x-6 + 4x+1 =  180

combine 'like terms':

29x + 12 = 180

29x = 168

x ≈ 5.8

ABCD is an isosceles trapezoid.
measure of angle b=
measure of angle d=
measure of angle c=

ABCD is an isosceles trapezoid.measure of angle b=measure of angle d=measure of angle c=

Answers

Answer:

∡b = 53°

∡d = 127°

∡c = 127°

Step-by-step explanation:

in trapezoids, the two top angles are equal and the two bottom are equal

also, there are 360 degrees in any 4-sided polygon

53 + 53 + x + x = 360

2x + 106 = 360

2x = 254

x = 127

Answer:

127

Step-by-step explanation:

Find the slope from the graph.

Find the slope from the graph.

Answers

Answer:

The answer is -3/2.

Need help ASAP
Please

Need help ASAPPlease

Answers

Answer:

area:\(16x^2+24x+9\) Perimeter: 16x+12

Step-by-step explanation:

area :\((4x+3)^2\)

thats \(16x^2+24x+9\)

P: 4(4x+3)

thats 16x+12

Hope this helped you

<3

Red

Answer:

Perimeter is all sides added together, while Area is one side height times length

Step-by-step explanation:

Since your shape is a square all sides are equal so the equation is the same for all sides

Perimeter = 4z+3+4z+3+4z+3+4z+3 or (4z+3)4

14z+12 <= answer for perimeter

Area = (4z+3) (4z+3)

16z^2+12z+12z+9

16z^2+24z+9 <= answer for area

a function f is question blank 1 of 1 linear on an interval ii if, for any choice of x 1x 1 ​ and x 2x 2 ​ in ii, with x 1

Answers

A function f is blank 1 of 1 linear on an interval ii if, for any choice of x1 and x2 in ii, with x1 < x2.

A function f is **question blank 1 of 1** linear on an interval **ii** if, for any choice of **x1** and **x2** in **ii**, with **x1** < **x2**, the function satisfies the properties of a linear function.t

In a linear function, the rate of change (slope) between any two points on the function is constant. This means that the function's value increases or decreases at a constant rate as we move along the interval.

The blank in the question refers to the specific term that should be filled. However, based on the given context, it seems that the most suitable term to fill the blank would be **"is"**. Therefore, the sentence would read as:

"A function f is linear on an interval ii if, for any choice of **x1** and **x2** in **ii**, with **x1** < **x2**, the function satisfies the properties of a linear function."

This statement highlights the key characteristic of a linear function, where the function's behavior between any two points on the interval is consistent and can be represented by a straight line.

Learn more about interval here

https://brainly.com/question/20309162

#SPJ11

8х + 5у = -7
— 7х + бу = — 4

Answers

Answer: x = -0.2651 and y = -0.9759

Step-by-step explanation:

Solution by substitution method

8x+5y= -7

-7x+6y= -4 = 7x-6y=4

Suppose,

8x+5y=-7→(1)

7x-6y=4→(2)

Taking equation (1), we have

8x+5y= -7

⇒8x= -5y -7

⇒x= -5y-7 / 8 →(3)

Putting x= -5y-7 / 8

in equation (2), we get 7x-6y=4

7(-5y-7/8)-6y=4

⇒-35y-49-48y=32

⇒-83y-49=32

⇒-83y=32+49

⇒-83y=81

⇒y= 81 / -83

⇒y= -0.9759→(4)

Now, Putting y= -0.9759 in equation (3), we get

x= -5y-7

x= -5(-0.9759)-7/8

⇒x= 4.8795-7/8

⇒x= -2.1205/8

⇒x= -0.2651

∴x= -0.2651 and y = -0.9759

A student's four test grades are stored in cells a10, b10, c10, and d10. which excel statement will calculate the test average of these 4 grades?

Answers

The excel statement to estimate the test average of these 4 grades is -

Click a cell just below column or on the right of the row containing the numbers you want to average.Click the arrow next to AutoSum > Average on the HOME tab, then press Enter.What is termed as average function?

An average is the sum of many numbers divided by the total of numbers. It is also known as the arithmetic mean.

Assume we have the following sequence of numbers: 1, 2, 3, 4, 1, 2, and 3. The sum of the these numbers is 16, and the number of numbers divided by 7 is 2.28. As a result, the average of the these numbers is 2.28.In Microsoft Excel, how do you find the average?The average of multiple cells in Microsoft Excel and other spreadsheets can be calculated using the appropriate formula. The formula in the following example calculates the average of the values found in cells A1 through F1 of the first column : =AVERAGE(A1:F1)You would use the same row but modify the cells to cells in a row to calculate the average of cells in one row. For instance, the formula recognizes the average value in cells A1 via A20 when placed in cell A21. =AVERAGE(A1:A20)

To know more about the Microsoft Excel, here

https://brainly.com/question/23501096

#SPJ4

If you deposit $14,000 into an account paying 2.1% interest compounded monthly, how much interest will you earn after 8 years Round to the nearest dollar.

Answers

If you deposit $14,000 into an account paying 2.1% interest compounded monthly, you will earn approximately $2,450 in interest after 8 years.

To calculate the interest earned, we can use the formula for compound interest: A = \(P(1 + r/n)^(nt)\), where A is the final amount, P is the principal amount (initial deposit), r is the annual interest rate (expressed as a decimal), n is the number of times interest is compounded per year, and t is the number of years.

In this case, the principal amount is $14,000, the annual interest rate is 2.1% (or 0.021 as a decimal), and the interest is compounded monthly, so n = 12. The time period is 8 years.

Plugging these values into the formula, we get:

A = \(14000(1 + 0.021/12)^(^1^2^*^8^)\)

Calculating this expression, we find that the final amount after 8 years will be approximately $16,449.55. To determine the interest earned, we subtract the initial deposit from the final amount:

Interest earned = $16,449.55 - $14,000 = $2,449.55.

Rounding this to the nearest dollar, the interest earned after 8 years will be approximately $2,450.

Learn more about subtract here:

https://brainly.com/question/13619104

#SPJ11

Which expression is equivalent to 5/8?

A. 8÷5
B. 8×5
C. 5÷8
D. 5×8​

Which expression is equivalent to 5/8? A. 85 B. 85 C. 58D. 58

Answers

A fraction is equavalent to the top number divided by the bottom number.

5/8 is equivalent to 5 ÷ 8

Answer: C.  5 ÷ 8

Every manager has different skills, and specialties of expertise. It is quite possible that you could be in a situation where you see something that someone else does not see, especially if they are working under you with less education or experience than you. If a loan officer working under you recommends a loan to a customer, describe (A) when you would authorize that loan, and (B) when you would deny the loan in each of the following cases and give your rationale. You disagree with your subordinate because you do not think restaurants are good investments in general, so you have a bad feeling about this customer's ability to repay the loan based on your experience with the market rather than any financial facts. You disagree with your subordinate because you think medical operations are high risk for legal problems, so you have a bad feeling about this customer's ability to repay the loan based on your experience with the law rather than any financial facts. You disagree with your subordinate because you think members of their family are business failures, so you have a bad feeling about this customer's ability to repay the loan based on your experience with social history rather than any financial facts. You disagree with your subordinate because you just have a bad feeling about this customer's ability to repay the loan based on your gut instinct rather than any financial facts.

Answers

As a manager, it is important to make loan authorization decisions based on financial facts and objective analysis rather than personal biases or gut feelings.

As a responsible manager, it is essential to make loan authorization decisions based on objective criteria rather than personal biases or gut feelings. In the case where you disagree with your subordinate's recommendation to provide a loan to a customer intending to invest in a restaurant, it is important to evaluate the customer's financial facts such as their credit history, business plan, financial projections, and ability to generate sufficient revenue to repay the loan. Personal opinions about the viability of restaurants as investments should not be the sole basis for denial.

Similarly, if your subordinate recommends a loan for a medical operation, your decision should be based on the customer's financial stability, business plan, potential profitability, and risk management strategies.

When evaluating a loan application, it is crucial to focus on financial facts rather than personal opinions about family members. Assess the customer's creditworthiness, financial history, business plan, and repayment capacity to make an informed decision.

Learn more about manager here:

https://brainly.com/question/32150882

#SPJ11

Please someone helpppp meeeee

Please someone helpppp meeeee

Answers

Answer:

1330.4 cm³

Step-by-step explanation:

radius = 11/2 = 5.5 cm

height = 14 cm

volume = area × height

The answer is 1330.4 cm^3

Write the output for each glven Input In the tables below. MAPS.1.01.2.3 17. mput Add Output 1 1 + + 18. Input Subtracts Output 30-5 3+4 40-5 19. Input Multiply by 2 Output 20. Input Divide by 2 Output 1 3 2 3 X 2 12 12 3​

Answers

Answer:

1323×212123/2

20/2

11+18

30-53+440-519

suppose 52% of the students in a university are baseball players. if a sample of 436 students is selected, what is the probability that the sample proportion of baseball players will be greater than 45%? round your answer to four decimal places.

Answers

Probability of proportion will be greater than 3.18

What is meant by Probability of Proportion?

Probability of Proportion: Probability represents the chances of some event happening. It is theoretical. Proportion summarizes how frequently some event actually happened

Population Proportion, p=0.52

sample proportion p'=0.45

sample size be n =436

probability of proportion will be greater than 52%

\(p(p' > 0.45)=p(p'-p\sqrt{p(1-p)/n} )\)

\(=-p(z > (0.45-0.52)/\sqrt{0.52((1-0.52)/436}\)

=P(z>-3.18)

probability of proportion will be greater than 3.18

To learn more about Probability of Proportions visit:

brainly.com/question/19261247

#SPJ4

What is the simplest fraction Kieran could be thinking of? My fraction is larger than 0.2 but smaller than 0.4 and when I convert my fraction to a decimal it has one decimal place.​

Answers

Answer:

The fraction is 3/10 = .3

T/F. The tighter the probability distribution of its expected future returns, the greater the risk of a given investment as measured by its standard deviation.

Answers

The response to the question "How much risk is associated with a given investment, as measured by its standard deviation, depends on how tightly the probability distribution of its expected future returns is distributed" is False.

What does simple math standard deviation mean?

The standard deviation calculates how much the data vary from the mean value. It might be helpful when comparing data sets that may have the same mean but a different range.

                        The mean of the following two numbers, for instance, is the same: 15, 15, 15, 14, 16 and 2, 7, 14, 22, 30. But the second is obviously more dispersed.

Learn more about standard deviation

brainly.com/question/16555520

#SPJ4

a cup of soup is left on a countertop to cool. the table below gives the temperatures , in degrees fahrenheit, of the soup recorded over a 10-minute period. write an exponential regression equation for the data, rounding all values to the nearest thousandth.

Answers

Y = -0.0063e0.16x + 99.97 is the exponential regression equation for the data, where x is the time in minutes and y is the temperature of the soup.

Calculate the x and y means in step one.

X's average: (0 + 10) / 2 = 5.

(95 + 88.5) / 2 = 91.75 is the mean of y.

Calculate the variance and covariance in step two.

(-5 6.5) + (5 -2.5) = 32.5 is the covariance.

X's variation is (5 0).

2 + (10 − 0)2 = 125

Calculate the regression coefficients in step three.

x = -32.5 / 125 = -0.26 where a = Covariance / Variance of x

Mean of x = 91.75 (-0.26 5) = 99.97 where b = Mean of y a Mean of x

Step 4: Compose the equation for exponential regression.

y = -0.0063e^0.16x + 99.97

Y = -0.0063e0.16x + 99.97 is the exponential regression equation for the data, where x is the time in minutes and y is the temperature of the soup. We must first determine the means of x and y before we can solve the problem. By summing the first and last values of x and dividing by 2, the mean of x is 5 and the mean of y is 91.75. (calculated by adding the first and last y values and then dividing by 2).

Calculating the covariance and variance comes next. The difference between each x and the mean of x is multiplied with the difference between each y and the mean of y to determine the covariance. By squaring the difference between each x and the mean of x, the variance of x is determined. The regression coefficients a and b can be determined when the covariance and variance have been computed.

Learn more about regression here

https://brainly.com/question/28178214

#SPJ4

an angles measure is 9 degrees more than 2 times the measure of its supplement. Find the measure of the angle

Answers

Answer:

The angle would be 123°.

For each of the following file extensions, select the correct file format from the drop-down menu. .doc .iBooks .mdb .mov .msg .ppt .psd .xls

Answers

.doc

✔ Microsoft Word

.iBooks

✔ Apple iBooks

.mdb

✔ Microsoft Access

.mov

✔ Apple QuickTime

.msg

✔ Microsoft Outlook

.ppt

✔ Microsoft PowerPoint

.psd

✔ Adobe Photoshop

.xls

✔ Microsoft Excel

Step-by-step explanation:

What is the quotient of (x3 - 3x2 + 5x – 3) = (x - 1)?
x2 - 2x - 3
x2 + 2x + 7
x2-3x + 8
x2 - 2x + 3

Answers

Note: Consider "÷" sign instead of "=".

Given:

\((x^3-3x^2+5x-3)\div (x-1)\)

To find:

The quotient.

Solution:

We have,

\((x^3-3x^2+5x-3)\div (x-1)\)

It can be written as

\(=\dfrac{x^3-3x^2+5x-3}{x-1}\)

Splitting the middle terms, we get

\(=\dfrac{x^3-x^2-2x^2+2x+3x-3}{x-1}\)

\(=\dfrac{x^2(x-1)-2x(x-1)+3(x-1)}{x-1}\)

Taking out the common factor (x-1), we get

\(=\dfrac{(x-1)(x^2-2x+3)}{x-1}\)

Cancel the common factors.

\(=x^2-2x+3\)

The quotient is \(x^2-2x+3\).

Therefore, the correct option is D.

Answer:

D

Step-by-step explanation:

how many intergers from 10 to 3a - 4

Answers

Answer:

Step-by-step explanation:

10 , 9,8,7,6,5,4,3,2,1,0,-1,-2-3,-4

Hope this helps

pretty sure my answer was incorrect but I cant delete it

Other Questions
The big data v that defines the fact users expect their data to be accurate and trustworthy is? A product, sales territory, department, or activity to which costs are traced is called a? Complete the following table using the equation: y = x Elena has a boat that would go 9 miles per hour in still water. She travels downstream for a certain distance and then back upstream to where she started. Elena notices that it takes her 4 hours to travel upstream and 2 hours to travel downstream. The rivers speed is r miles per hour The field of practice that the (red cross) agency falls under the joint pow/mia accounting command central identification laboratory (jpac-cil) is known for: Material SciencesExplain in detail why during a primary crystallization process, thehigher the Supercooling (T), the higher the number of nuclei/grains formed plz help me on this question and nooo links plstrue or false The first heart sound (S1) is caused by closure of the AV valves and the second heart sound (S2) is caused by closure of the SL valves. How are drama stage and film similar?. Choose a correct name for the line shown. C B A overleftrightarrow BB overleftrightarrow AB AC BC What is (3x2+x-1)(x^4-2x+1) You tear a piece of paper in half to make it smaller. What type of propertyhave you changed?A. A mechanical property B. An organic propertyC. A chemical property D. A physical property The angle of elevation to the top of a flagpole is 50 degrees if the angle of elevation was measured 24 m from the flagpoles base wich expression can be used to find the height of the flagpole Write a function to represent each problem situation.Serena deposits $2700 into a compound interest account. The Interest rate for the account is 4.25%. Which three IP addresses may be pinged by the Test Management Network feature in the ESXi hosts DCUI Document 5#The Elementary Education Act, 1870, is a statute which is calculated, more than any other of recent times to elevate the masses of the people and is the result of many years agitation by the various relicious denominationa arul political parties in the State, The object which it wilt acecanplishenay be stated in a very few words. It will place an elementary school wherever there is a child to be taught, whether of rich or poor parents: and it will compel every parent and guardian of a child to have itQuestions :How will the passage of this act change the workforce in Industrial Britain?From the information in the document, and your own knowledge, what does this source indicate about the progress of the Industrial Revolution? Select the correct answer.To determine which window cleaner is most effective, Thad washes half of the windows in his house with one brand and the other half with adifferent brand. He then compares the results to draw a conclusion about which cleaner is most effective.What kind of statistical study did Thad conduct?A.surveyB.experiment C.theoretical study D.observational study Is Resistant to dilute solutions of bleach a chemical or physical property ? Review the first three paragraphs of the passage, which begin on page 1 and end on page 2. How are these paragraphs connected to the idea of the quote for essential human freedoms quote on page 3- 4. In a chemical reaction we end up with 0.52 g of crude benzoic acid. After recrystallization 0.37 g of benzoic acid is obtained. What is the % recovery of benzoic acid in this case