Which expression is equivalent to – 4( – 3u+3)–u?

Answers

Answer 1

Answer:

\( \sf \: 11u - 12 \)

Step-by-step explanation:

Now we have to,

→ Find the equivalent expression.

The expression is,

→ -4(-3u + 3) - u

Let's simplify the expression,

→ -4(-3u + 3) - u

→ -4(-3u) - 4(3) - u

→ 12u - 12 - u

→ 12u - u - 12

→ (12u - u) - 12

11u - 12

Hence, the answer is 11u - 12.

Answer 2

Answer:

11u - 12

Step-by-step explanation:

Which expression is equivalent to – 4( – 3u+3)–u?

-4(-3u + 3) - u =

12u - 12 - u =

11u - 12


Related Questions

4) In this question we work in a propositional language with propositional variables P₁, Pn only. (i) (a) What is a valuation and what is a truth function for this propositional lan- guage? (b) Show there are 2" valuations. (c) How many truth functions are there? [8 marks] (ii) Demonstrate using examples how a propositional formula o gives rise to truth function fo. Between them, your examples should use all the connectives A, V, →→, ¬, and ↔. [6 marks] (iii) Prove that not every truth function is of the form fo for a propositional formula constructed only using the connectives and V. [6 marks]

Answers

The truth function for a propositional language represents the relationship between all of the propositional variables (including the negation of those variables), and the truth values they take.(b) Show there are 2^n valuations.

There are 16 possible truth functions for this propositional language. To see why, consider that each of the \(2^2 = 4\) valuations can be mapped to one of two truth values (true or false), and there are \(2^2\) possible combinations of truth values. So, there are \(2^(2^2) = 16\) possible truth functions.  

Demonstrate using examples how a propositional formula o gives rise to truth function fo. In order to create a truth function, we need to specify which propositional variable assignments are true and which are false. We will use the following examples: Let \(o = P1 V Pn1\).

To know more about truth visit:

https://brainly.com/question/30671942

#SPJ11

Use the distributive property to write an equivalent expression.
6(y-8z+7)
6(y−8z+7)

Answers

Answer:

6y - 48z + 42

Step-by-step explanation:

6 ( y - 8z + 7 )

= 6y - 48z + 42

first you would distribute:

so you distribute the 6

so it’d be 6 x y which is 6y

6 x -8z which is -48z

6 x 7 which is 42

put it together

final answer: 6y-48z+42

The probability that a person in a certain town has brown eyes is 2 out of 5. A survey of 450 people from that same town was taken. How many people would be expected to have
brown eyes?

A. 45
B. 90
C. 180
D. 225​

Answers

From the given information provided, the number of people having brown eyes in town is 180.

If the probability that a person in the town has brown eyes is 2/5, then we can expect that 2 out of every 5 people have brown eyes.

To find the number of people in the survey who would be expected to have brown eyes, we can use the following proportion:

(2/5) = (x/450)

where x is the number of people expected to have brown eyes.

Solving for x, we can cross-multiply:

5x = 2 × 450

5x = 900

x = 180

Therefore, the expected number of people in the survey who would have brown eyes is 180.

Learn more about probability here: brainly.com/question/251701

#SPJ4

Which of the following would be the way to declare a variable so that its value cannot be changed. const double RATE =3.50; double constant RATE=3.50; constant RATE=3.50; double const =3.50; double const RATE =3.50;

Answers

To declare a variable with a constant value that cannot be changed, you would use the "const" keyword. The correct declaration would be: const double RATE = 3.50;

In this declaration, the variable "RATE" is of type double and is assigned the value 3.50. The "const" keyword indicates that the value of RATE cannot be modified once it is assigned.

The other options provided are incorrect. "double constant RATE=3.50;" and "double const =3.50;" are syntactically incorrect as they don't specify the variable name. "constant RATE=3.50;" is also incorrect as the "constant" keyword is not recognized in most programming languages. "double const RATE = 3.50;" is incorrect as the order of "const" and "RATE" is incorrect.

Therefore, the correct way to declare a variable with a constant value that cannot be changed is by using the "const" keyword, as shown in the first option.

To know more about constant value refer to-

https://brainly.com/question/28297759

#SPJ11

7t+10(5t+5)–10
can you help me with this question

Answers

Given the question:

7t+10(5t+5)-10

First, distribute:

7t+50t+50-10

Next, combine like terms (7t+50t and 50-10)

57t+40

This cannot be simplified further.

7t+10(5t+5)-10=

57t+40

what is the approximate probability of randomly choosing one vegetable and one grain-based side dish?

Answers

Thus, the probability of randomly choosing one vegetable and one grain-based side dish in this scenario is 2%.

The probability of randomly choosing one vegetable and one grain-based side dish depends on the number of options available for each category.

For example, if there are 10 vegetable options and 5 grain-based side dish options, the probability of choosing one vegetable and one grain-based side dish would be calculated as follows:

Probability of choosing one vegetable = 1/10
Probability of choosing one grain-based side dish = 1/5

To find the probability of both events happening together, we multiply the probabilities:

Probability of choosing one vegetable and one grain-based side dish = 1/10 x 1/5 = 1/50

Therefore, the approximate probability of randomly choosing one vegetable and one grain-based side dish in this scenario is 1/50 or 0.02 (2%).

However, the actual probability may vary depending on the specific number of options available for each category. It's important to note that this calculation assumes that each option is equally likely to be chosen, which may not always be the case in real life.

Know more about the randomly choosing

https://brainly.com/question/30653133

#SPJ11

Which of the following is true with respect to use of the linear regression model to accommodate non-linear relationships? Select all correct answers.
-The linear regression model may be extended to accommodate some forms of non-linear relationships between the response and predictor(s).
-Some forms of non-linear relationships may be accommodated in a linear model if we include transformed versions of the predictor(s).
-Polynomial regression is one method for incorporating non-linear associations in a linear model.

Answers

The linear regression model can be extended to accommodate certain forms of non-linear relationships between the response and predictor(s).  Polynomial regression is one specific method for incorporating non-linear associations within the linear regression framework.

It involves understanding the flexibility of the linear regression model and the techniques available to address non-linear relationships. While the linear regression model assumes a linear relationship between the response variable and predictors, it can still be useful in accommodating certain types of non-linear relationships.

By applying appropriate transformations to the predictor variables, such as taking their squares, logarithms, or other non-linear functions, we can introduce non-linear associations into the linear regression model. This allows the model to capture curvature or other non-linear patterns in the data.

Polynomial regression is a specific approach to incorporating non-linear relationships within the linear regression framework. It involves adding polynomial terms of the predictor variables to the model, such as squared or cubed terms. By including these polynomial terms, the model can account for non-linear relationships and capture more complex patterns.

It's important to note that while linear regression can be extended to accommodate some non-linear relationships, there may be cases where more advanced non-linear regression techniques or alternative models are necessary to adequately capture complex non-linear associations. Nonetheless, the inclusion of transformed predictor variables and the use of polynomial regression are valuable approaches to address non-linear relationships within the linear regression framework.

know more about Polynomial :brainly.com/question/25566088

#SPJ11

Explain why a small standard deviation of the mtbf distribution makes a product, machine, or process a good candidate for preventive maintenance while a large standard deviation does not.

Answers

A small standard deviation of the MTBF (Mean Time Between Failures) distribution indicates that the data points are close to the mean value.

This means that the product, machine, or process is exhibiting consistent performance and has a low variability in its failure rate.

A small standard deviation is desirable for preventive maintenance because it allows for accurate and reliable planning of maintenance activities. When the data points are tightly clustered around the mean, it becomes easier to predict when failures are likely to occur. This enables proactive maintenance actions to be scheduled at appropriate intervals, reducing the risk of unplanned downtime and minimizing the impact on productivity.

On the other hand, a large standard deviation indicates that the data points are more spread out from the mean. This suggests a higher variability in the failure rate, making it difficult to accurately predict when failures might happen. In such cases, preventive maintenance becomes less effective as it may lead to unnecessary maintenance activities or fail to address failures that occur outside of the predicted maintenance intervals.

A small standard deviation of the MTBF distribution is desirable for preventive maintenance as it signifies consistent performance and allows for accurate planning. Conversely, a large standard deviation makes it challenging to predict failures accurately and reduces the effectiveness of preventive maintenance strategies.

To know more about  standard deviation :

brainly.com/question/13498201

#SPJ11

SUPER URGENT: Find secθ.

SUPER URGENT: Find sec.

Answers

Answer:

B

Step-by-step explanation:

√((-20)²+21²)=√(400+441)=√841=29

cos θ=-20/29

sec θ=-29/20

toni is opening his own starbucks franchise and needs to find the correct dimensions to erect a new sign. The area of his new sign is 16 pi yd^2, what is the circumference of his sign

Answers

The circumference of the sign is 8π yards.

Given that, the area of the sign is 16π yd².Therefore, the radius of the sign is: `r=√(Area/π)=√(16π/π)=√16=4 yards`.So, the circumference of the sign is: `C=2πr=2π(4)=8π yards`.Therefore, the circumference of Toni's new Starbucks franchise sign is 8π yards.

The area of a circle is given by the formula A = πr², where A is the area of the circle and r is the radius. Here, the area of the sign is given as 16π yd². So, we can use the formula A = πr² to find the radius of the sign.r² = A/π = (16π yd²) / πr² = 16The radius of the sign is r = √16 = 4 yards.Now that we know the radius of the sign, we can use the formula for the circumference of a circle to find the circumference of the sign. The circumference of a circle is given by the formula C = 2πr, where C is the circumference of the circle and r is the radius.C = 2πr = 2π(4) = 8π yardsTherefore, the circumference of Toni's new Starbucks franchise sign is 8π yards.

To know more about circumference  visit ;-

https://brainly.com/question/28757341

#SPJ11

Geneticists have discovered the existence of meiotic drive genes, which have alleles that, when present in a heterozygous state, are able to become incorporated into much more than 50 percent of the gametes. As a result, the offspring ratios are not what mendel would have predicted. Suppose that the short allele is a meiotic drive gene, and 90 percent of the gametes from a heterozygous individual with tall and short alleles contain short alleles. If tall is dominant to short, what percent of individuals from a cross between a heterozygous tall individual and a homozygous recessive individual will be tall?.

Answers

10% of individuals from a cross between a heterozygous tall individual and a homozygous recessive individual will be tall.

The two alleles present at a gene locus segregate from one another during gamete production, according to Mendel's first law of segregation, and each gamete has a 50% chance of harboring any one of the two alleles.

In meiotic drive genes, the alleles can become absorbed into considerably more than 50% of the gametes if they are present in a heterozygous state, which is against the law of segregation.

Here,

90% of the gametes from a heterozygous individual with tall and short alleles contain short alleles.

If tall dominates short, then 10% of individuals from a cross between a heterozygous tall individual and a homozygous recessive individual will be tall.

Learn more about genes here;

https://brainly.com/question/17088476

SPJ4

If the radius of the SMALL sphere is 5 cm, find its surface area in cm^3

If the radius of the LARGE sphere is 12 cm, find its area surface in cm^3

Answers

Answer:

314 cm^2, 1809 cm^2

Step-by-step explanation:

r = 5 cm

area = 4π*5^2 = 4 * 3.14 * 25 = 314 cm^2

R = 12 cm

area = 4π*12^2 = 4*3.14*144 = 1809 cm^2

Surface area can only use cm², not cm³. So unless it's not a typo or an error, then I would be wrong.

Step-by-step explanation:

Small sphere

Surface area: 4πr²

4×π×5cm²

= 314.159265359cm²

314cm²

Large sphere

4×π×12cm²

= 1809.55736847cm²

1810cm²

Which of the following is a solution of 5x - 3y = 9?

Which of the following is a solution of 5x - 3y = 9?

Answers

Answer:

(0,3)

Step-by-step explanation:

Multiply 1 2/5 by 5 then add 1 2/5.

Answers

Answer:

The answer is 8 2/5

Step-by-step explanation:

1 2/5 x 5 = 7

7 + 1 2/5 = 8 2/5

An employment agency specializing in temporary construction pays heavy equipment operator $133 per day and general laborers $84 per day. If 38 people were hired and the payroll was $4172, how many heavy equipment operator were employed? How many laborers?

Answers

let x = number of heavy equipment operators employed

38 - x = number of laborers employed

133x + 84(38 - x) = 4172

133x + 3192 -84x = 4172

49x = 980

x = 20

number of heavy equipment operators employed = 20

38 - 20 = 18

number of laborers employed = 18

How many complete centerpieces can she make? Find the exact answer.

Answers

The number of centerpieces that she can make, using proportions, is of:

25.

What is a proportion?

A proportion is a fraction of an amount, and this fraction is combined with the unit rates in the context of a problem, and basic arithmetic operations, especially multiplication or division, to find the desired amounts in the same context of this problem.

In the context of this problem, the number of centerpieces is given by the division of the the total number of flowers by the number of flowers in each centerpiece.

The amounts are given as follows:

Flowers: 430.Flowers per centerpiece: 17.

Hence the division giving the number of flowers per centerpiece is:

n = 430/17 = 25.2.

The amount is rounded down to 25, as for 26 centerpieces, more flowers would be needed.

Missing Information

Hailey is making floral centerpieces for a wedding. Each centerpiece has 17 flowers. She has 430 flowers for the project.

How many complete centerpieces can she make? Find the exact answer.

More can be learned about proportions at https://brainly.com/question/24372153

#SPJ1

since r is so widely used, it is appropriate to calculate r for nonlinear data.true/false

Answers

since r is so widely used, it is appropriate to calculate r for nonlinear data: False.

The calculation of r (Pearson's correlation coefficient) is based on the assumption that the relationship between the two variables is linear. Therefore, it is not appropriate to calculate r for nonlinear data as it may give misleading results.

In summary, it is not appropriate to calculate r for nonlinear data as it assumes a linear relationship between the variables. Other methods such as Spearman's rank correlation or Kendall's tau may be used for nonlinear data.


n: The correlation coefficient 'r' is specifically designed to measure the strength and direction of a linear relationship between two variables. While it is widely used, calculating 'r' for nonlinear data is not appropriate, as it will not accurately capture the true nature of the relationship between the variables.

When dealing with nonlinear data, it is better to use other statistical methods designed for such data, rather than relying on the correlation coefficient 'r'.

To know more about nonlinear, visit:

https://brainly.com/question/31510530

#SPJ11

What fraction times 4 1/3 is equal to 6 1/2?

Answers

Answer:

3/2

Step-by-step explanation:

4 1/3 = 13/3

6 1/2 = 13/2

fraction x 13/3 = 13/2

=> fraction = 13/2 / 13/3 = 13/2 x 3/13 = 3/2

The surma family took out $140,000 home loan it took them 15 years back the loan and ended up paying back a total of $213,500 what was the simple interest rate of the loan

Answers

Answer: 3.5%

Step-by-step explanation:

Interest = PRT / 100

where,

P = Principal = 140,000

R = Rate = Unknown

T = Time = 15

Interest = 213500 - 140000 = 73500

We then slot in the values into the formula

Interest = PRT / 100

73500 = (140,000 × 15 × R) / 100

73500 × 100 = 2100000R

7350000 = 2100000R

Rate = 7350000 / 2100000

Rate = 3.5%

Can someone help me please

Can someone help me please

Answers

Answer:

16

(: i did this before i remember it (im a Simp)

The answer is 144 because angles 2,3,6,7 are congruent and so they equal 36 degrees then all you have to do is subtract that angle from 180 to find your answer

Hope this helps

write the general form of rational numbers​

Answers

Answer:integers and 0 q ≠ , is called a rational number. ... A rational number is said to be in the standard form, if its denominator is a positive integer and the numerator and denominator have no common factor other than 1.

Step-by-step explanation:

Use the marginal tax rate chart to answer the question. Tax Bracket Marginal Tax Rate $0–$10,275 10% $10,276–$41,175 12% $41,176–$89,075 22% $89,076–$170,050 24% $170,051–$215,950 32% $215,951–$539,900 35% > $539,901 37% Determine the effective tax rate for a taxable income of $180,900. Round the final answer to the nearest hundredth.
19.50%
20.00%
21.11%
32.00%

Answers

For a taxable income of $1,80,900, the effective tax rate is 21.11%.

what is meant by marginal tax?

Marginal tax is the tax rate applied to an individual’s last dollar of income. It is the additional tax that must be paid on any additional income earned. In other words, it is the tax rate that applies to an individual’s income after all deductions. For example, if an individual’s income is $50,000 and the marginal tax rate is 25%, then the individual must pay an additional $12,500 in taxes on top of the $25,000 in taxes already paid on their $50,000 income.

Marginal tax rates are progressive, meaning that as an individual’s income increases, the marginal tax rate will increase as well. The marginal tax rate is important to understand because it helps individuals determine how much additional income they will need to earn in order to make up for the taxes they will have to pay on that income. It is also important to understand how marginal tax rates can affect tax planning strategies.

To determine the effective tax rate for a taxable income of $180,900, calculate the sum of the marginal tax rates for each tax bracket that the $180,900 falls into. The taxable income of $180,900 is greater than $89,075 and less than $170,050. The marginal tax rates for these two tax brackets are 22% and 24%, respectively. The sum of the marginal tax rates is 46%. Divide the sum by the taxable income of $180,900 to get the effective tax rate of 21.11%. Round the final answer to the nearest hundredth to get 21.11%.

To learn more about marginal tax refer to:

https://brainly.com/question/29029623

#SPJ1

Bianca deposits $3,000 in a savings account earning 4.25% simple interest per year.

Question 1
Part A

How much interest will Bianca earn for a period of 3 years?

Answers

Answer:

637.50

Step-by-step explanation:

Find ∫C−ysin(x)dx+cos(x)dy∫C−ysin(x)dx+cos(x)dy where C is the parabola y=x2y=x2 between (0, 0) and (4, 16).
∫C−ysin(x)dx+cos(x)dy=∫C−ysin(x)dx+cos(x)dy= _____

Answers

Therefore, the value of the line integral is approximately 21.898.

What is integral?

In mathematics, an integral is a mathematical concept that expresses the area or accumulated quantity of a function plotted along an axis. It is a fundamental concept in calculus, which is a branch of mathematics that deals with the study of continuous change. An integral is represented by the symbol ∫, and it can be used to calculate various quantities, such as area, volume, and the center of mass. Integrals are used in many areas of mathematics, physics, and engineering to solve a wide range of problems, including optimization, differential equations, and probability theory.

Here,

First, we need to parameterize the curve C. Since C is the parabola y = x² between (0,0) and (4,16), we can let x = t and y = t² for t between 0 and 4.

Then, dx/dt = 1 and dy/dt = 2t.

Substituting into the line integral, we get:

∫C -y sin(x) dx + cos(x) dy = ∫0⁴ -t² sin(t) dt + cos(t) (2t) dt

Using integration by parts on the first term, we get:

=-∫0⁴ (-t² cos(t) dt + 2t sin(t) dt) + cos(4) (2(4)) - cos(0) (2(0))

Simplifying and evaluating, we get:

=-12 cos(4) - 8 sin(4) + 8

=21.898

To know more about integral,

https://brainly.com/question/31047258

#SPJ1

34. marissa hiked 1 3/4 miles in 3/4 hours. at that rate, how far can she hike in one hour?

Answers

By unitary method, Marissa can hike 7/3 miles in an hour.

What is unitary method?

A single unit's value can be determined from the values of multiple units, and multiple units' values can be determined from the values of single units using the unitary method.

Given:

\(1\frac{3}{4}\) = 7/4miles are hiked in 3/4 hours.

To find: the number of miles hiked in one hour

Finding:

By unitary method,

Miles hiked in 3/4 hours = 7/4

Miles hiked in 1 hour = 7/4(4/3) = 7/3

Hence, by unitary method, Marissa can hike 7/3 miles in an hour.

To learn more about unitary method, refer to the link: https://brainly.com/question/24587372

#SPJ4

PLEASE HELP

4 cans of orange juice and 7 cans of apple juice are in a sports bags what is the probability of drawing out one can of apple juice without looking? write your answer as a decimal rounded to two decimal places.​

Answers

Answer:

1.36

total cans =11

the prob. of drawing orange juice can= 4/11

the prob of drawing apple juice can= 7/11

the prob of drawing any of the juice= 4/11 + 7/11

= 15/11

= 1.36

Previous Problem Problem List Next Problem (1 point) Evaluate the triple integral of f(x, y, z) = cos(x² + y²) over the solid cylinder with height 4 and with base of radius 3 centered on the axis at z = -1.

Integral =

Answers

Therefore, the value of the triple integral of f(x, y, z) = cos(x² + y²) over the solid cylinder is 0.

To evaluate the triple integral of f(x, y, z) = cos(x² + y²) over the given solid cylinder, we need to set up the integral in cylindrical coordinates.

The solid cylinder has a height of 4 and a base of radius 3 centered on the z-axis at z = -1. In cylindrical coordinates, we have:

0 ≤ ρ ≤ 3 (radius bounds)

0 ≤ θ ≤ 2π (angle bounds)

-1 ≤ z ≤ 3 (height bounds)

Therefore, the integral becomes:

∫∫∫ f(ρ, θ, z) ρ dz dθ dρ

Now, we substitute the function f(x, y, z) = cos(x² + y²) into the integral:

∫∫∫ cos(ρ²) ρ dz dθ dρ

Integrating with respect to z:

∫∫ cos(ρ²) [z] from -1 to 3 dθ dρ

Simplifying the bounds for z:

∫∫ 4ρ cos(ρ²) dθ dρ

Integrating with respect to θ:

∫ 0 to 2π [4ρ cos(ρ²) dθ] dρ

Since the integrand is not dependent on θ, we can simplify further:

∫ 0 to 2π 4ρ cos(ρ²) dρ

Now, we can integrate with respect to ρ:

[2 sin(ρ²)] evaluated from 0 to 2π

Substituting the limits of integration, we get:

2 sin((2π)²) - 2 sin(0)

Simplifying further:

2 sin(4π) - 2 sin(0)

Since sin(4π) is equal to 0 and sin(0) is also equal to 0, we have:

2(0) - 2(0)

To know more about integral,

https://brainly.com/question/31255953

#SPJ11

What is the best piece of advice you’ve ever received?

Answers

Answer: i dunno

Step-by-step explanation:

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

please help me solve​

please help me solve

Answers

Other Questions
stefan and alberto are selling cookie dough for a school fundraiser. Customers can buy packages of white chocolate chip cookie dough and packages of oatmeal cookie dough. Stefan sold 11 pachages of white chocolate chip cookie dough and 2 pakages of oatmeal cookie dough for a total of $107. Alberto sold 5 packages of white choclate chip cookie dough and 12 packages of oatmeal cookie dough for a total of $215. please help im literally crying i cant fail this At Oldies but Goodies, a store that buys and sells vintage record albums, there is only one general partner, Alexa. She spends all her time running the business and makes all the decisions. Alexa's mother and brother put up money for her to buy the store, but they work full time at other jobs and have no management say in the running of Oldies but Goodies; they, however, share in some of the profits. This is an example of a Write a brief analysis of what makes CAPTAIN AMERICA a Moral/Ethical Absolutist (Absolutism) and why he is considered such. Provide evidence from a Marvel movie scene in which CAPTAIN AMERICA demonstrated his Moral/Ethical Absolutism. During their invasion of the US in the war of 1812, British forces suffered a loss of public opinion by __________. determine the gravitational force of attraction between two 35,000 kg asteroids whose centers are exactly 2.0 meters from each other. g How does voting demonstrate a democratic method?A. It Illustrates the need for more voting placesB. It creates a space for party members to gatherC. It demonstrates the importance of the voice of the citizenryD. It encourages the politicians to create negative ads Jaxon works for a company that promotes an entrepreneurial culture. Employees are encouraged to discuss new ideas. Development time is provided on the job for those ideas that float to the top. These employees who use their creative talents to generate ideas and create products within large companies are called The term propaganda earned its negative reputation because it became associated withwhich concept?O politicsreligionsmokingwar TRUE/FALSE. The Wall Street investor who claimed to have made enormous profits for his clients yet had run a Ponzi scheme in which to profit was named Bernard Madoff. Alguien me puede hacer el favor de ayudarme con estos 3 ejercicios de balanceo de ecuaciones por oxido reduccin por favor 1. Fe2O3 + CO Fe + CO2 2. Al2O3 + C + Cl2 CO + AlCl3 3. H2S + O2 SO2 + H2O Project manager Claire and her team need to minimize project risks. Help them match the step to minimize risk to what each step Involves. The Man Who Was Not a SpyBased on the story, what does the gray man do with the book after Leonard returns it to him?A.He leaves it with Kyle to serve as a warning to the people who sent the young man to find him.B.He leaves it with Kyle so the people searching for him will know where to start looking.C.He returns it to Leonard so the bookstore owner can learn more about psychic powers.D.He returns it to Leonard so the bookstore owner can sell it to other psychic spies. when menstruation has ceased for at least one year, what has occurred? Write a quadratic function f whose zeros are 5 and -2 how to tell a professor you don't need their letter of recommendation anymore when they already wrote one How do the instruments of monetary policy work during credit expansion? (Any four) In the old days, it was often done with architecture. Bank buildings were massive buildings with large cement pillars in front. Are things being different today or not? Assess the implications and risks associated with COVID 19. The Advanced Drama Club is selling tickets for Annie. Pre-registered tickets cost $6 and tickets at the door cost $8.50. The total number of tickets sold was 355. The total amount received was $2,580. Write a system to determine how many of each type of ticket was sold. Use p for pre-registerd and d for tickets purchased at the door. Solution: (pre-registered tickets, door tickets) Homework: HW 12 - Chapter 12 Question 4, 12.1.49 Part 1 of 2 HW Score: 49.69%, 3.98 of 8 points Points: 0.67 of 1 {0} Save In a poll, 800 adults in a region were asked about their online vs. in-store clothes shopping. One finding was that 43% of respondents never clothes-shop online. Find and interpret a 95% confidence interval for the proportion of all adults in the region who never clothes-shop online. Click here to view page 1 of the table of areas under the standard normal curve. Click here to view page 2 of the table of areas under the standard normal curve. The 95% confidence interval is from to (Round to three decimal places as needed.)