3r^5 - 7r name each polynomial by degree and number of terms. if the polynomial is not win standard form rewrite it in standard form

Answers

Answer 1

The polynomial is quintic binomial.

The given polynomial is [tex]3r^5-7r[/tex]. The polynomial is given in standard form. i.e., terms are arranged in the decreasing order of its powers.

The degree of the polynomial is the highest power of 'r' in the polynomial.

So degree of the polynomial  [tex]3r^5-7r[/tex] is 5.

Polynomials of degree 5 are called quintic.

The polynomial has 2 terms:  [tex]3r^5, 7r[/tex]

Since the number of terms are two, we can call it binomial.

So the polynomial [tex]3r^5-7r[/tex] is quintic binomial.

Learn more about degree and number of terms of polynomials at https://brainly.com/question/24266746

#SPJ4


Related Questions

The roller coaster at the state fair cost 7 tickets per ride. If you had 833 tickets, how many times could you ride it.

Answers

Answer:119 times

Step-by-step explanation:

833/7=119

Find the following given the function f(x)=


Plsssss helpppppppp

Answers

Answer:

1 /(√5-4)

Step-by-step explanation:

√5 is less than 3.

Therefore

f(√5) = 1 /(√5-4)


An amusement park ride consists of four circular cars. The ride rotates at a rate of 0.25 revolution per second. In addition, each car rotates 0.5 revolution per second. If Jane is positioned at point P when the ride begins, what coordinates describe her position after 31 seconds?

Answers

Let ride rotate in clockwise direction ( cw ) then position will be co - ordinate ( 0, 3)

What does coordinate mean in this case?

To coordinate is to make plans for things to come together or to collaborate with another person to achieve a goal. Coordination occurs when all the details of a journey are planned. When you and a friend divide up a large science project and decide who will do what, that is an example of coordination.

As per given problem ride rotates at a rate of .25 revolution /sec

so in every 4 sec it completes 1 full revolution .

In every 1 sec it revolves by 90° only .

In 28 sec car 1 complete 7 full revolution so , in next 3 sec

So , in next 3 sec it completes only 270.

Here car itself also rotates at the rate of .5 revolution .

So in 31 sec it it completes is full revolution .

& in next 1 second  it completes 180° revolution .

Case - 1  Let ride rotate in counter clockwise ( ccw) then find position will be at co - ordinate ( 0, - 1 ) .

Case - 2 Let ride rotate in clockwise direction ( cw ) then position will be  co - ordinate ( 0, 3)

Learn more about coordinate

brainly.com/question/27749090

#SPJ4

the floor of an elevator in a building is 30.5 Ft above ground level. it travels down to the lower level of the building, where the floor is 10.75 feet below ground level . what distance has the elevators floor traveled ? ​

Answers

The distance travelled by the elevators floor is 41.25 feet.

The floor of the elevator was = 30.5 feet above the ground level.

Initial position = + 30.5 feet

Now, the elevator is 10.75 feet below the ground level.

Final position = - 10.75 feet.

So, the distance travelled by the floor of the elevator is:

Distance = + 30.5 feet - ( - 10.75 feet)

Distance = 30.5 feet + 10.75 feet

Distance = 41.25 feet.

Therefore, we get that, the distance travelled by the elevators floor is 41.25 feet.

Learn more about distance here:

https://brainly.com/question/7243416

#SPJ9


Find the domain and range of each relation and determine whether it is a function.
(-3,4),(-1,2),(0,-2),(1,0),(2,2)

Answers

The domain and range of the give relation can be determined by listing the x values for the domain and listing the y values from the range. If each x corresponds to only one y, it is a function.

Domain of a relation refers to all the input values of the relation. Hence, domain is the set of all x coordinates. In the given data, the domain is:

{-3, -1, 0, 1, 2}

Range of a relation refers to all the output values of the relation. Hence, range is the set of all y coordinates. In the given data, the range is:

{4, 2, 0, -2}

In order for a relation to be a function, each x must correspond to only one value of y i.e., an x   has one y value. For example, for a relation x = 4 and y = 1,2, hence it is not a function.

In our relation, each x value has only one y value, it is a function.

Mapping the relation can also give us the answer in a simpler way.

As there is one arrow leaving each x value, it is a function. (If two arrows are leaving an x value it is not a function.  

Hence, for the relation given, Domain: {-3, -1, 0, 1, 2}, Range: {4, 2, 0, -2} and it is function.

Learn more about domain and range:

https://brainly.com/question/2264373

#SPJ4

hello giving Brainly

find surface area of composite shape show ur work​

Answers

hey do you mind helping me with my question on my page?


What is the LCM of the expressions?

b. x² + 3x - 4, x² + 2x - 8 , and x² - 4x + 4

Answers

LCM of the given expressions x² +3x - 4, x² +2x - 8 , and x² - 4x +4 is

(x-2)²(x+ 4)(x-1).

As given,

Given expressions  x² +3x - 4, x² +2x - 8 , and x² - 4x +4

Simplify by factorizing them,

x² +3x - 4 =x² +4x-x-4

               =(x +4)(x -1)

x² +2x - 8 =x² + 4x -2x -8

                =(x+4)(x-2)

x² - 4x +4 = x² -2(2x) +(2)²

                = (x-2)²

LCM = (x-2)²(x+ 4)(x-1)

Therefore, LCM of the given expressions x² +3x - 4, x² +2x - 8 , and

x² - 4x +4 is (x-2)²(x+ 4)(x-1).

Learn more about LCM here

brainly.com/question/20739723

#SPJ4

What additional statement is needed in a proc import step when dbms = dlm is specified?

Answers

Now let's process the ASCII text file using the IMPORT and EXPORT procedures.

Must specify ASCII text file delimiter in DBMS options.

PROC IMPORT DATAFILE ="c:\sas\ego.csv" OUT=jeeshim.egov DBMS=CSV REPLACE;

GETNAMES=YES;

DATAROW = 2;

RUN

DATAFILE lets you import an external file.

Designates a SAS data file.

The DBMS specifies the type of external file. For example, "DBMS=DLM", "DBMS=CSV", and "DBMS=TAB".

REPLACE overwrites the existing file, if any.

GETNAMES reads the variable names from the first line of the data file.

The DATAROW option tells the row from which SAS reads the observations.

GETNAMES and DATAROW require a semicolon at the end.

This example exports the data set to an ASCII file by the specified range. DATA and OUTFILE respectively define the set of data to be output and the external file to which the data is output.

PROC export

DATA = jeeshim.egov

OUTFILE="c:\sas\ego.txt"

DBMS = DLM REPLACE;

RUN;

More problems related to a similar concept are solved in the link below.

https://brainly.com/question/17147612?referrer=searchResults

#SPJ4

An urn contains 5 red 6 blue and 8 green balls. if a set of 3 balls is randomly selected, what is the probability that each of the balls will be (a) of the same color? (b) of different colors?

Answers

The probability that each of the balls will be; a) P( of the same color) = 0.08875. b) P ( of different color) = 0.247678

What is the probability?

Probability refers to a possibility that deals with the occurrence of random events.

The probability of all the events occurring need to be 1.

The formula of probability is defined as the ratio of a number of favorable outcomes to the total number of outcomes.

The Number of red balls = 5

The number of blue balls = 6

The number of green balls = 8

The Total number of balls = 5 + 6 + 8 = 19

Then with three balls selected at random, by using combination method ;

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

a) P( of the same color) = 5C3 + 6C3 + 8C3 / 19C3

=  86/969 = 0.08875

b) P ( of different color) = 5C1 X 6C1 X 8C1 /19C3

= 240/969 = 0.247678

Hence, The probability that each of the balls will be; a) P( of the same color) = 0.08875. b) P ( of different color) = 0.247678

Learn more about probability here;

https://brainly.com/question/11234923

#SPJ1

The students in a school are all invited to participate in a survey. 48% of the students at the school are males, of whom 16% will participate in the survey. 35% of the females will also participate in the survey. A student is randomly chosen from the school. Find the probability that the student:
a) will participate in the survey

Answers

Answer:

If the student is female then the probability that the student will participate is about 67%

If the student is male the probability that they participate is about 33%

Step-by-step explanation:

It is given that 48% of the students in the school are male. That means that the remaining students in this school are (for the sack of this problem) female out 100% of students. You would subtract 48% from 100% which is 52% which is the percentage of students in the school who are female.

From this point you need to find the percentage of students who would participated in the survey. To do that you would divide the number of the type of student who did the survey by the type of student in the school. For example for the male you would divide 16% from 48% or 16 ÷ 48 which would equal to the proposed of males who would participate which is about 33% of males. You would do the same math for finding the probability of females so it would be 35 ÷ 52 which is about 67% of females.

Even though the random student is more likely to be female the chances of the gender of the student is almost 50%/50% because if you round it to the nearest tenth it would be 50.

Please someone help I’ve been stuck on this forever

Answers

Whats the question? If its asking the gradient of the line then its -6 and 2/3 as it goes along 3 and down 20 so 20/3 = 6 and 2/3

What is the ph at the equivalence point of a weak base-strong acid titration?
a) ph < 7
b) ph = 7
c) ph > 7
d) ph = 14

Answers

(B) Between 0 and 7, best describes the pH at the equivalence point of a titration of a weak base with a strong acid.

What is Equivalence Point?A standardized acid/base titrant reactant and an unknown base/acid analyte reactant combine in a specific stoichiometry (molar ratio) to produce the respective conjugate products in an acid-base titration experiment. The analyte reactant is in excess early in the titration, and the titrant is limiting. When enough titrant is added, the analyte reactant is completely consumed and only products remain. This is the titration's equivalence point. At this point, the pH of the solution is determined by the relative strength of the starting reactants.

So, consider the following example of ammonia (a weak base) titrated with HCl (a strong acid):

[tex]\mathrm{NH}_3+\mathrm{HCl} \rightarrow \mathrm{NH}_4^{+}+\mathrm{Cl}[/tex]

Only the products remain at the equivalence point.

We can disregard the chloride anion. The ammonium cation, on the other hand, is a weak conjugate acid with sufficient acidic strength that we must consider it.

It dissociates according to the following equilibrium, resulting in a mildly acidic pH of less than 7:

[tex]\begin{aligned}&\mathrm{NH}_4^{+} \leftrightharpoons H^{+}+\mathrm{NH}_3 \\&K_a=5.6 \times 10^{-10}\end{aligned}[/tex]

Therefore, (B) between 0 and 7, best describes the pH at the equivalence point of a titration of a weak base with a strong acid.

Know more about Equivalence Point here:

https://brainly.com/question/24584140

#SPJ4

The correct question is given below:
Which best describes the pH at the equivalence point of a titration of a weak base with a strong acid?

A. less than zero

B. between 0 and 7

C. close to 7.0

D. between 7 and 14

E. greater than 14

Khloe is a salesperson who sells computers at an electronics store. She is paid a $5
commission for every computer sale she makes and she also makes a guaranteed base
pay of $90 each day. Make a table of values and then write an equation for P, in
terms of a, representing Khloe's total pay on a day on which she sells a computers.
Number of Computers Sold Khloe's Daily Pay in Dollars
90 ✓
95 ✔
100✓
105 ✓
Answer: P =

Answers

By finding and evaluating a linear equation, we will complete the table:

Number of computers sold|   Khloe's Daily pay in dollars:

90                                                                  $540  

95                                                                   $565

100                                                                  $590

105                                                                  $615

How to complete the table?

Here we know that Khloe is a salesperson who ells computers, and she gets $5 for each computer sold, plus a base pay of $90 each day.

Then if in a day she sells x computers, the amount that she wins that day is given by the linear function:

f(x) = $90 + $5*x

Now we want to complete the table:

Number of computers sold|   Khloe's Daily pay in dollars:

90

95

100

105

To complete the table we just need to evaluate the linear function in these values of x, we will get:

f(90) = $90 + $5*90 = $540

f(95) = $90 + $5*95 = $565

f(100) = $90 + $5*100 = $590

f(105) = $90 + $*105 = $615

Now we just need to input these values in their correspondent place on the given table, we will get:

Number of computers sold|   Khloe's Daily pay in dollars:

90                                                                  $540  

95                                                                   $565

100                                                                  $590

105                                                                  $615

If you want to learn more about linear equations:

https://brainly.com/question/1884491

#SPJ1

4. Two brands of cooking fat, Omega 1 and Omega 2 are melt and mixed to produce a new brand, Omega super. The density of Omega 1 is 2.5g/cm³ and that of Omega 2 is 2.0g/cm³, calculate the density of the mixture given that the two brands are mixed in the ratio of 5:3 respectively by volume. (4 mks)​

Answers

Step-by-step explanation:

2.0

2.5cm,

8888888888888888822


Solve each equation. Check each solution.4/x-2 = x-1/x-2

Answers

The solution of equation 4/x-2 = x-1/x-2 is x = 5

In this question, we have been given an equation.

4/x-2 = x-1/x-2

We need to find the solution of given equation.

4/x-2 = x-1/x-2

Here, denominator is same on both the sides.

So, we can cancel it from both the sides.

So, given equation would be,

4 = x - 1

4 + 1 = x

x = 5

We need to check above solution.

Substitute x = 5 in LHS of given equation.

LHS

= 4/x - 2

= 4/(5 - 2)

= 4/3

Also, substitute x = 5 in RHS of given equation.

RHS

= x - 1 / x - 2

= (5 - 1)/(5 - 2)

= 4/3

So, LHS = RHS

Therefore, the solution of equation 4/x-2 = x-1/x-2 is x = 5

Learn more about an equation here:

brainly.com/question/649785

#SPJ4

How much more would $10,000 earn in 3 years compounded daily at 1.33%, than compounded semi-annually at 1.33%?

Answers

Answer:

$19,192,529,147.31

Step-by-step explanation:

Daily compounded = 10,000 * (1.0133)^(365*3) = $19,193,611,648.31

Semi-annually compounded = 10,000 * (1.0133)^(2*3) = $10,825.01

The total difference in cost is 19,193,611,648.31 - 10,825,01 which is $19,192,529,147.31

Find the surface area of the composite figure.

Answers

Answer:

268Cm2

Step-by-step explanation:

Used AI:R Math, snap a picture of a math question and tutors will solve it for free in a matter of minutes.

For questions 1-4, use the word "PROBABILITY."

. What are the possible outcomes of choosing a letter randomly?

2. which outcomes have more than one possibility?

3.How many outcomes are included in the event that a consonant is chosen?​

Answers

The possible outcomes of choosing a letter randomly-

PROBABILITY is the given letter.

As a result, the total number of letters is 11 vowels 4 consonants = 7.

So I the chance of opting a vowel is4/11

ii) the chance of opting a consonant is7/11

PROBABILITY is the given letter.

As a result, the total number of letters is 11 vowels 4 consonants = 7.

So I the chance of opting a vowel is4/11

ii) the chance of opting a consonant is7/11

The probability expressions listed below might help you better comprehend probability generalities.

trial An trial is a trial or operation that's carried out to induce a result.

A sample space is made up of all of the possible results of an trial.

Favorable outcome is an circumstance that has delivered the intended result or event. For illustration, if we roll two bones and admit the aggregate of the figures on the bones as 4, the possible/ favorable possibilities.

To learn further about PROBABILITY from the given link

https://brainly.com/question/11234923

#SPJ9


Make a table of values for f(x) after the given translation. 1 unit down.

Answers

Using equations of the form y=f(x), you may be able to modify the graph in various ways.

For example, you can move the chart up, down, left, or right, flip it around the x or y-axis, or stretch or shrink it vertically or horizontally. Understanding these transformations makes it easy to graph different functions. Start with a "basic model" and apply a series of modifications to change it to the desired function.

X     F(X)      F(X)-1

-1       1             0

1        3            2

3       5            4

5       7            6

7       9            8

More problems related to the translation of shapes are given below.

https://brainly.com/question/12463306?referrer=searchResults

#SPJ4

Which equivalent to log 20?

A. log 10 x log 2
B. log 15 + log 5
C. log 30 - log 10
D. log 60/log 3
E. log 80 - log 4

Answers

Answer:  Choice E

==========================================

Reason:

log(80) - log(4)

log(80/4)

log(20)

The rule used is log(A) - log(B) = log(A/B)

Using a calculator,

log(80) - log(4) = 1.30103 approximatelylog(20) = 1.30103 approximately

which helps confirm the answer. The logs I used were base 10, but it could be any base really.

The dual-energy x-ray absorptiometry (dexa) is the gold standard measurement for body composition. (gold standard = most accurate form of measurement) true false

Answers

The DEXA is the most accurate form of body composition measurement.

What is an x-ray?

An X-ray is a rapid and painless technique which is commonly used to generate images of the internal parts of a human body. It is a very effective and convenient way of looking for bone damages and other problems.

Explanation

The statement 'the dual-energy x-ray absorptiometry (DEXA) is the gold standard measurement for body composition is true. Here, the gold standard means the most accurate form of measurement.

Hence, the given statement is true.

To learn more about the x-ray, visit the link given below:

https://brainly.com/question/24505239

#SPJ4


Victor is saving his money to buy a new satellite radio for his car. He wants to save enough money for the radio and one year of satellite radio service before he makes the purchase. He started saving for the radio with 50 that he got for his birthday. Since then, he has been adding 15 every week after he cashes his paycheck.
c. How long will it take Victor to save 150 ?

Answers

Victor takes approximately 7 weeks to save 150.

Given,

Initial savings of victor = 50

Savings added by victor weekly = 15

We have to find the time taken by victor to save 150.

We know that victor saved 50 which he got for his birthday.

Then, 150 -50 = 100

That is by saving 15 weekly victor has to make a total of 100.

Therefore, to find the time taken by victor to save 100 is:

100 / 15 = 6.66, approx 7

That is victor takes approximately 7 weeks to save 150.

Learn more about calculations here: https://brainly.com/question/14520055

#SPJ4

Assuming that g(x) = 1/3 f(x) and h(x) = -g(x) + 4, fill in the following table.


Please, someone help me on this. ​

Answers

Answer:

Step-by-step explanation:

The values of functions are as follows:

g(-6) = -6

g(0) = 5

g(7) = 8

h(-6) = 10

h(0) = -1

h(7) = -4

Given, that function g(x) = f(x)/3 and function h(x) = -g(x) + 4

Now to calculate the function values on different values of x.

g(x) = f(x)/3

h(x) = -g(x) + 4

1 )

When x = -6

f(-6) = -18

g(-6) = f(-6)/3

g(-6) = -18/3

g(-6) = -6

h(-6) = -g(-6) + 4

h(-6) = 6 + 4

h(-6) = 10

2)

When x = 0

f(0) = 15

g(0) = f(0)/3

g(0) = 15/3

g(0) = 5

h(0) = -g(0) + 4

h(0) = -5 + 4

h(0) = -1

3)

When x = 7

f(7) = 24

g(7) = f(7)/3

g(7) = 24/3

g(7) = 8

h(7) = -g(7) + 4

h(7) = -8 + 4

h(7) = -4

Know more about composite functions,

https://brainly.com/question/20379727

#SPJ7

Which of the following is a counterexample for this conditional statement?
If a number is positive, then it is spelled without the letter 'e'.
6
1
2
4

Answers

Answer:  Choice B

Explanation:

The number 1 is spelled as "one", which clearly has an "e" in it. This contradicts the original statement that we don't need this letter.

The other numbers of 6 (six), 2 (two), and 4 (four) don't involve "e"s at all. So they can be ruled out.

1) A 14.24 pound bag of cheese is split among
5 pizzas. How much cheese is on each pizza?

Answers

Answer:

2.848 pound

Step-by-step explanation:

On 5 pizzas = 14.24 pound cheese

On 1 pizza = 14.24/5 pound

=2.848 pound

2.848 because I did this in class with the teacher and this is the answer she gave me


State whether following sentence is true or false. If false, replace the underlined term to make a true sentence.
A permutation is an arrangement of objects in which order is NOT important.

Answers

False , A permutation is an arrangement of objects in which order is NOT important.

In statistics, what does a probability mean?

The probability serves as a gauge for how likely an event is to occur. It gauges how likely an event is. P(E) = Number of Favorable Outcomes/Number of Total Outcomes is the formula for probability.Mathematics' study of random events is known as probability, and there are four primary types of probability: axiomatic, classical, empirical, and subjective. Since probability is the same as possibility, you could say that it is the likelihood that a specific event will occur.

This sentence is false.

A permutation is an arrangement of objects in which order is NOT important.

True sentence is -

State whether following sentence is true or false. If false, replace the underlined term to make a true sentence.

Learn more about probability

brainly.com/question/11234923

#SPJ4

Aaliyah owns a small textile company that produces shirts. On a particular day,

Aaliyah has one worker come into the shop to make shirts. She must pay the worker

$28 per hour and also pay $2 per shirt for material costs. The worker created an

average of 4 shiris per hour and Aaliyah's total expenses for labor and materials were

$144. Write a system of equations that could be used to determine the number of

hours the worker worked and the number of shirts the worker made. Define the

variables that you use to write the system.

Let _ =

Let _=

System of equations:

1.

2

Answers

A system of equations that could be used to determine the number of hours the worker worked and the number of shirts the worker made is   28x + 2(4x) = 144

Let x be the number of working hours

She must pay the worker $28 per hour

So, Cost of labor for x hour = 28x

The worker created an average of 4 shirts per hour.

So, number of shirts produced in x hours = 4x

Cost of 1 shirt = 2

Cost of 4x shirts = 2 (4x)

Total expenses for labor and materials = 28x + 2(4x)

We are given that Aaliyah total expenses for labor and materials were $144

So,  28x + 2(4x) = 144

28x + 8x =  144

x = 4

Hence a system of equations that could be used to determine the number of hours the worker worked and the number of shirts the worker made is  28x + 2(4x) = 144

Learn more about Systems of Equations at:

https://brainly.com/question/13987965

#SPJ1

12x)^0 (6x^-4)
please can someone solve this i need it now!!! :(

Answers

After simplification, the value of the given expression (12x)⁰(6x⁻⁴) is 6/x⁴.

What are expressions?A mathematical expression is a phrase that contains a minimum of two numbers or variables and at least one mathematical operation. It is possible to multiply, divide, add, or subtract in math. An expression has the following structure: (Mathematical Operator, Number/Variable, Expression)

So, (12x)⁰(6x⁻⁴):

(12x)⁰(6x⁻⁴)6 × 1/x⁴6/x⁴

Therefore, after simplification, the value of the given expression is 6/x⁴.

Know more about expressions here:

https://brainly.com/question/723406

#SPJ9

The expression 4·125‾‾‾‾√3gives the perimeter of the base of a cube with a volume of 125 cubic inches. What is the length, in inches, of the perimeter of its base?

Answers

The length, in inches, of the perimeter of its base is 5in

Volume of a cube

A cube is a three dimensional object with 6 faces and 12 edges.

The formula for calculating the volume of a cube is expressed according to the equation;

V = l³

l = ∛V

where

l is the side length of the cube

Given the following parameters

V = 125in³

Substitute

125 = l³

l = ∛125

l = 5in

Hence the length, in inches, of the perimeter of its base is 5in

Learn more on volume of cube here: https://brainly.com/question/1972490

#SPJ1

Word problem involving average rate of change

Answers

Answer:

(a): 190

(b): 750

Please see below for the steps.

Step-by-step explanation:

(a):

Use points (0,1000) and (3.1, 1589)

Use slope formula. The slope formula is also used to find average rate of change (just so you know).

y2-y1/x2-x1

1589-1000/3.1-0=589/3.1=190

Answer for (a) is 190

(b):

Use points (12.4, 4100) and (15.5, 6425)

Use slope formula.

y2-y1/x2-x1

6425-4100/15.5-12.4=2325/3.1=750

The answer for (b) is 750

Hope this helps!

Please mark as brainliest if correct!

Have a great day!

Other Questions
PLS HELP I WILL MARK BRAINLIEST"Why is it important to never forget the events of September 11, 2001?"reason why is it is important to never forget the events 9/11 Explain how collaboration could improve team performance express 45(1)/(2)in simplest radical form What is the next fraction in this sequence? 1/2, 4/7, 9/14, 5/7,..... What is the vertex for the graph below?A. (0, 2)OB. (-2,0)C. (2,0)D. (0, -2) Solve each system. 7x + 2y = -8 , 8y = 4x When one set of lights comes down at the same time that another set of lights come up, this is known as a:_________ Patriots believed that colonists could rebel and establish a new governmentbecause of John Locke's idea that:O A. the British had repeatedly violated the colonists' rights.O B. it was not rational for one person to rule over all others.O C. revival attendees had formed a common political identity.O D. people should elect leaders to represent their point of view. Select the three ways you can fix a run-on sentence. Question 2 options: add a comma semicolon add a comma + FANBOYS (coordinating conjunction) period Plate divergence is found alongtrenchlines and volcanoes.True or false find 2 numbers if their ratio is 9:11 and their difference is 6 What is the slope of a line that is parallel to the line y =-1/5 ?05undefined Given the following rate law by what factor does the rate of reaction change if the concentration of y is doubled. rate k[x]2[y]3 At the point of arrest, who makes the decision on whether to send the matter to the juvenile justice system or to divert the case into an alternative program?. A rectangular field is 294 yards in length and 340 yards in width. Find the area of the field in ACRES (1 acre = 43,560 square feet). Round to the nearest tenth of an acre Using the change of base formula, what is the solution of logx = log20 ? Round the answer to the nearest tenth. Express each fraction as a decimal to the nearest hundredth. 11/78 3422 divided by 12. What would the decimal turned into a fraction? The total arm and blade of a windshield wiper is 15 in. long and rotates back and forth through an angle of 98. The shaded region in the figure is the portion of the windshield cleaned by the 10-in. wiper blade. What is the area of the region cleaned? If you were using accounting software such as MYOB and you were having technical difficulties, how would you access help with this?