divide the following polynomials (9x^4+3x^3y−5x^2y^2+xy3 ) ÷ (3x^2+2x^2y−xy^2)

Answers

Answer 1

Hence, the remainder is [tex]0[/tex] and the quotient is [tex]3x-y[/tex].

What is the polynomial?

A polynomial is an expression consisting of variables (also called indeterminates) and coefficients, that involves only the operations of addition, subtraction, multiplication, and non-negative integer exponentiation of variables.

Here given polynomial is

[tex]\frac{9x^4+3x^3y-5x^2y^2+xy^3}{3x^3+2x^2y-xy^2}[/tex]

                      [tex]3x-y[/tex]

[tex]\sqrt[3x^3+2x^2y-xy^2]{9x^4+3x^3y-5x^2y^2+xy^3} \\\\[/tex]

                  [tex]9x^4+6x^3y-3x^2y^2+0[/tex]

              -----------------------------------------

                         [tex]-3x^2y-2x^2y^2+y^3x[/tex]

                         [tex]-3yx^3-2y^2x^2+y^3x[/tex]

             ------------------------------------------

                                              [tex]0[/tex]

Hence, the remainder is [tex]0[/tex] and the quotient is [tex]3x-y[/tex].

To know more about the polynomial

https://brainly.com/question/11154053

#SPJ1


Related Questions

Oliver and his little brother made up a game using coins. They flip the coins toward a cup and receive points for everyone that makes it in. Oliver starts with 16 points, and his little brother starts with 27 points. Oliver gets 2 points for every successful shot, and his brother, since he is younger, gets 1 point for each successful shot. Eventually, the brothers will have a tied score in the game. How many additional shots will each brother have made? How many points will they both have?

Answers

Oliver and his little brother will have an additional shot of 11shots and they both have 38points

What are Simultaneous equations?

Simultaneous equations are two or more algebraic equations that share variables e.g. x and y . They are called simultaneous equations because the equations are solved at the same time. For example, below are some simultaneous equations: 2x + 4y = 14 and 4x − 4y = 4.

Represent the number of additional shot made by the brothers as x and the common point made by both of them be y

therefore,

16+2x=y equation 1

27+x= y equation 2

subtract equation 1 from 2

11-x= 0

therefore x= 11

substitute 11 for x in equation 2

y = 27+ 11

y= 38

learn more about Simultaneous equations from

https://brainly.com/question/16863577

#SPJ1

a store sold a case of scented candles for $ 17.85 that had been marked up 110 % what was the original price

Answers

The original Price of a case of scented candles was 8.5

What is percentage increase?

A percent increase refers to how much a percentage has gone up over time.

In order to reach this number, you would need to find the difference between the original value and the final value, subtracting to find the exact total of the decrease.

The formula for calculating Percentage increase is:

(ΔPrice/Original price) × 100

change in price (new price - original price)/original price) × 100

From the question:

Percentage increase = 110%

New price = 17.85

Original price = X

so it  we can substitute in the formula

((17.85 - X)/X) * 100 = 110%

Opening brackets

(17.85*100 - X*100)/ X =110

1785 - 100X = 110X (we balance the equation)

(we collect like terms)

1785 = 210X

to find X we divide both sides by 210

1785/210 = X

8.5

The original Price was $8.5

Learn more about percentage increase on:https://brainly.com/question/28398580

#SPJ1

f(x) = −2|x + 4|; h(x) = f(-x) describe the transformation

Answers

The vertex of the function is transformed from (-4,0) to (4,0). The expression will be transformed from f(x) = −2|x + 4| to h(-x) = -2|-x + 4|.

What is an expression?

The mathematical expression combines numerical variables and operations denoted by addition, subtraction, multiplication, and division signs.

Mathematical symbols can be used to represent numbers (constants), variables, operations, functions, brackets, punctuation, and grouping. They can also denote the logical syntax's operation order and other properties.

Given that the absolute function is f(x) = −2|x + 4|. The transformed function is calculated as,

f(x) = −2|x + 4|

h(-x) = −2|-x + 4|

To know more about expression follow

https://brainly.com/question/17737712

#SPJ1

g 2. the following series can be written with a shorthand form of sigma notation (a). use for loop syntax to calculate this arithmetic series: ; n

Answers

Using for loop we can get the syntax in order to calculate this arithmetic series n is A = 0.9999.

An arithmetic collection is the sum of the phrases in an mathematics collection with a specific range of phrases. Following is a easy system for locating the sum: Formula 1: If S n represents the sum of an mathematics collection with phrases.

This system calls for the values of the primary and ultimate phrases and the range of phrases. Finite Sequence- Finite sequences have countable phrases and do now no longer cross as much as infinity. An instance of a finite mathematics collection is 2, 4, 6, 8. Infinite Sequence- Infinite arithmetic collection is the collection wherein phrases cross as much as infinity.

using while

A=0; n=1; while n<=10000     A=A+(1/(n*(n+1)));     n=n+1; end A

output

A =      0.9999

using  for loop

A=0; for n=1:10000     A=A+(1/(n*(n+1))); end A

output

A = 0.9999.

Learn more about arithmetic series visit : brainly.com/question/6561461

#SPJ4

Correct Question:

The following series can be written with a shorthand form of sigma notation (A). Use while syntax to calculate this arithmetic series:

1/(1x2) + 1/(2x3) + 1/(3x4) + ... + 1/(n x (n+1)) ......1

A = ∈ 1/(n x (n+1)); n=[1:10000]

Suppose it takes 4 hours for a certain strain of bacteria to reproduce by dividing in half. If 45 bacteria are present o begin with the total number present after a days is f(x) = 45 - 64* Find the total number present after 1, 2 and 3 days. There will be bacteria present after 1 day, after 2 days and after 3 days.

Answers

A certain bacteria strain needs 4 hours to double its population. If in the beginning there are 45 bacteria, after 1 day, the number of bacteria present is 2,880, after 2 days, the number of bacteria is 184,320, after 3 days, the number of bacteria is 11,796,480.

The problem can be solved using the exponential growth model.

In the given problem, the formula for the growth model is given, that is:

f(x) = 45 (64)^(x)

Where:

f(x) = total number of bacteria present after x days

To find f(x) for 1 day, 2 days, and 3 says, substitute x = 1, x = 2, and x = 3 into the formula.

f(1) = 45 (64)¹ = 2,880

f(2) = 45 (64)² = 184,320

f(3) = 45 (64)³ = 11,796,480

Hence,

after 1 day, the number of bacteria present is 2,880, after 2 days, the number of bacteria is 184,320, after 3 days, the number of bacteria is 11,796,480.

Learn more about exponential growth here:

https://brainly.com/question/26052830

#SPJ4

The time T it takes to travel some distance varies inversely with the rate r of travel. if it takes 2 hours to get somewhere traveling 40 mph how long would the same trip take you instead if you traveled 10 mph

Answers

The same trip will be 8 hours long if you traveled at 10 mph

How to determine how long the trip would take with 10 mph?

Variation is a concept that deals with variability or change in mathematics. Variation is defined as any change in some quantity due to a change in another

Given: The time T it takes to travel some distance varies inversely with the rate r of travel. This implies:

T α 1/r

T = k/r    where k is the constant of proportionality

if it takes 2 hours to get somewhere traveling 40 mph. Then:

2 = k/40

k = 2 x 40 = 80

How long would the same trip take you instead if you traveled 10 mph will be:

T = k/r

T = 80/10

T = 8 hours

Therefore, the same trip take you 8 hours if you traveled 10 mph

Learn more about variation on:

brainly.com/question/6499629

#SPJ1

Find the area of the figure. 16 cm 9 cm​

Answers

the area is 144.

you get that by multiplying 16 * 9

(b)(3) an annealing process is provided for the sample after cold work, what are the three stages during annealing (in sequence)?

Answers

The three stages of an annealing process in the sequence is  recovery, recrystallisation, and gain growth.

Sequence:

In math, a series is defined as the sum of the elements of a sequence.

Given,

Here we need to find the are the three stages during annealing when  an annealing process is provided for the sample after cold work.

In order to find the stages of the annealing process, first we have to know the definition of annealing process,

A process which is used to enhance ductility and counter the increase in hardness by cold working is known as annealing.

This one is to deal with residual stresses we first can reheat the glass to a high temperature known as annealing point and let it cool slowly so that the outside and inside cool at about the same rate.

And the resultant will have little to no residual stresses making annealed glass.

In the first stage recovery stage of annealing recovers the physical properties of the metals.

Second stage is recrystallisation, and gain growth.

To know more about Sequence here.

https://brainly.com/question/7043242

#SPJ4

Find the Sum.
1/6+2/3=?

Answers

Answer:

5/6

Step-by-step explanation:

1. Line up the fractions

  1/6

+ 2/3

_____

2. Find the common denominator

  1/6 x 1/1

+ 2/3 x 2/2

_____

Thus, we get:

  1/6

+ 4/6

_____

3. Add

  1/6

+ 4/6

_____

  5/6

May I have Brainliest please? My next rank will be the highest one: A GENIUS! Please help me on this journey to become top of the ranks! I only need 5 more brainliest to become a genius! I would really appreciate it, and it would make my day! Thank you so much, and have a wonderful rest of your day!

Answer:

5/6 which is also 0.833

Step-by-step explanation:

(The whiteboard below)

The length
17inches
more than half of its width. Which expression
represents the area of Nadine's new bed?
A) L+17
B) L + 34
C)2L² - 34L
D)2L² – 34

Answers

Answer:

C

Step-by-step explanation:

length = 17 + width/2

2×length = 34 + width

width = 2×length - 34

area of a rectangle

length × width = length × (2×length - 34) =

= 2×length² - 34×length

which is the answer option C.

Tammy has $20 to spend at the movie theater. She spends $9.50 on a movie ticket. If the snack counter sells bags of candy for $3.50 each, how many bags of candy can Tammy buy with the money she has left?

Answers

Answer:3

Step-by-step explanation:

20-9.50=11-3.50

Answer is 3
she can buy exactly 3 bags of candy


Step by step

We know she has up to $20 to spend (y)
We know her one time ticket cost is $9.50 (b)
We know candy is $3.50 per bag (m)
We are looking for “x” the variable

We can use y intercept formula to find your rate of bags of candy she can buy

y = mx + b

20 = 3.50x + 9.50

Subtract 9.50 from both sides to isolate x

20 - 9.50 = 3.50x + 9.50 - 9.50
Combine

10.50 = 3.50x

Divide both sides by 3.50 to solve for x

10.50 / 3.50 = 3.50/3.50 x

3 = x
so she can buy exactly 3 bags of candy

jaime is preparing for a bicycle race. his goal is to bicycle an average of at least 280280280 miles per week for 444 weeks. he bicycled 240240240 miles the first week, 310310310 miles the second week, and 320320320 miles the third week. which inequality can be used to represent the number of miles, xxx, jaime could bicycle on the 4^\text{th}4 th 4, start superscript, start text, t, h, end text, end superscript week to meet his goal?

Answers

The inequality that can be used to represent the number of miles, x, Jaime could bicycle on the 4th week to meet his goal is 240 + 310 + 320 + x ≥ 4 (280).

What is inequality?

In mathematics, "inequality" refers to a relationship between two expressions or values that are not equal to each other.

For the next four weeks, Jaime wants to log at least 280 miles per week on average. Jamie's objective can be graphically expressed by the inequality: T4, or alternatively T 4 if T is the total number of miles he will pedal his bicycle for four weeks (280).

The sum of the distances Jamie has covered and has yet to cover is the total number of miles Jamie will cycle during this time. Hence,  T = 240 + 310 + 320 + x. Replacing this term into the inequality T ≥ 4(280) gives 240 + 310 + 320 + x ≥ 4(280). Therefore, choice D is the correct answer.

Thus, the correct answer is  240 + 310 + 320 + x ≥ 4 (280).

To learn more about inequality visit,

brainly.com/question/25919544

#SPJ4

Seven cities are being considered as potential locations for the construction of at most four wastewater treatment plants. The table below provides the data for the situation. Missing entries indicate that a pipeline cannot be constructed
The capacity of a pipeline (in gallons per hour) is a direct function of the amount of wastewater generated, which is a function of the population. Approximately 500 gallons per 1000 residents are discharged in the sewer system per hour. The maximum plant capacity is 100,000 gal/hour. Further, we impose the requirement that all wastewater produced in any given city is treated in a single wastewater treatment plant 1. Write a mathematical program to determine the set of treatment plants that minimize total cost 2. Solve this problem with Excel

Answers

The mathematical program will help the user to provide the data on the Excel sheet and solve accordingly.

The mathematical program to minimize the total cost of constructing the wastewater treatment plants can be expressed as follows:

Minimize z = 50x1 + 100x2 + 100x3 + 50x4 + 50x5 + 100x6 + 100x7

Subject to:

x1 + x2 + x3 + x4 + x5 + x6 + x7 <= 4 (1)

x1 + x2 + x3 + x4 + x5 + x6 + x7 >= 1 (2)

x1 + x4 <= 1 (3)

x2 + x4 <= 1 (4)

x3 + x4 <= 1 (5)

x4 + x5 <= 1 (6)

x4 + x6 <= 1 (7)

x4 + x7 <= 1 (8)

x1, x2, x3, x4, x5, x6, x7 are binary variables (i.e. they can only take on the values 0 or 1)

The objective function (1) minimizes the total cost of constructing the wastewater treatment plants, where the cost of constructing a plant in each city is given in the table. The constraints (2)-(8) ensure that at most four wastewater treatment plants are constructed and that each city is served by at most one wastewater treatment plant.

To solve this problem with Excel, we can create a spreadsheet with columns for the names of the cities, the corresponding costs of constructing a wastewater treatment plant, and the binary variables x1, x2, x3, x4, x5, x6, x7. We can then use Excel's solver tool to minimize the objective function subject to the constraints. The solver tool can be found under the Data tab in the Analyze group.

Learn more about Mathematical program at:

brainly.com/question/24361247

#SPJ4

a pair of fair dice is cast. what is the probabiliy that at least one of the numbers falling uppermost is a 1, given that the sum of the numbers falling uppermost is even? a) 0.4545 b) 0.3056 c) 0.3667 d) 0.2778 e) 0.1389 f) none of the above.

Answers

The probability that at least one of them is a 1 is 0.2778 when a fair set of dice is thrown and the total of the numbers falling above them is even.

Given that,

A fair set of dice is thrown.

We have to find given that the total of the numbers falling above them is even, what is the probability that at least one of them is a 1.

We know that,

A fair set of dice is thrown.

The total of the numbers falling above them is even.

The probability that at least one of them is a 1 is

(5/36)/(8/36)

5/18

0.2778

Therefore, The probability that at least one of them is a 1 is 0.2778 when a fair set of dice is thrown and the total of the numbers falling above them is even.

To learn more about probability visit: https://brainly.com/question/11234923

#SPJ4


Find an expression which represents the difference when (2x − 6) is subtracted
from (7-5) in simplest terms.

Answers

Answer:

-2x + 8

Step-by-step explanation:

(2x - 6) is subtracted from (7 - 5).

First term that into an equation.

Because our first term is being subtracted from our second one, our equation is written as:

(7 - 5) - (2x - 6).

Simplify the first term by subtracting:

7 - 5 = 2

Now simplify the second term by multiplying 2x - 6 by -1 to get them out of the parenthesis. We do this because there is a negative sign in front of it.

-1 (2x - 6)

-2x + 6

Now our equation is:

2 - 2x + 6

Combine like terms:

2 + 6 = 8

So -2x + 8

(2x - 6) subtracted from (7 - 5) is -2x+8

Software companies work hard to produce software without bugs. A particular company claims that 85% of the software it produces is bug free. A random sample of size 200 showed 156 softwareprograms were bug free.
a. Calculate the mean of the sampling distribution of the sample proportion.

Answers

the sample proportion under probability has a mean sampling distribution of 82.

The population percentage is the major variable in the sampling distribution of this proportion, which has a quarter-um normal distribution. Variants include population proportion times one and population proportion divided by sample size. Additionally, we are aware that the population proportion is under the null hypothesis. 200 is the sample soil. When we enter the value of P into this calculation without normalisation, we can obtain the standing ovation as the variance's root. 025 in excess. The probability that we got a sample result of 188/58 or less is then calculated. We simply need to determine this left tail probability after that.

Learn more about probability here

https://brainly.com/question/12226830

#SPJ4

I’m wondering why my teacher marked me wrong on these two problems. Was there something in my work that was wrong?

(Just check 1 and 2)

Answers

On #1, you used the side of 18 twice.

You should have had

      [tex]\dfrac{40.5}{18}=\dfrac{49.5}{22}=\dfrac{54}{\boldsymbol{24}}[/tex]

with 24 in that last denominator.  And with 24 in the last denominator, they're all equal to 2.25.

On #2, you should have compared 90 to 40 and then 81 to 36:

    [tex]\dfrac{90}{40}=\dfrac{81}{36}[/tex]

Those are both equivalent to 9/4.

which of the following expressions are equivalent to…

Answers

Answer: none of the above

Explanation: as it's - -8/-4 it means the answer is negative which none of the answers provided are so it's none of the above

2 because 2 negatives make a positive and 8/4=2

convert these unlike fractions to equivalent like fractions and add them. you must use the lcd to get the answer correct. if possible, reduce the final sum.1523

Answers

The simplest form expression for the addition of the fractions given using the lowest common multiple of the denominator is 2/3.

A fraction is a numerical value that is a part of a whole. It is evaluated by dividing a whole into a number of parts.In Mathematics, a fraction is defined as a part of the whole thing.  For example, ½ represents half of a whole number or a thing

Given the fractions :

1/4 + 5/12

The lowest common multiple of the denominator ;

A lowest common multiple of 4 and 12 = 12

1/4 + 5/12 = (3 + 5) / 12

1/4 + 5/12 = 8/12

Expressing in simplest form :

8/12 = 2/3

Therefore, the simplest form expression of the addition is 2/3

Learn more about Fractions at:

brainly.com/question/3686695

#SPJ4

(- 9x³-7x²-3x - 1) − (6x³ + 5x² + 2x + 2)
Find the difference

Answers

Answer:

(-15x^3 -12x^2 -5x-3)

Step-by-step explanation:

You can't add/subtract numbers that have different exponent numbers so you have to stick with the ones that have the same number

So then the coefficients would be:

x^3 : -9 - 6 = -15

x^2 : -7 -5 = -12
x: -3 -2 =-5
0: -1 - 2 = -3

tinga says 6:8 is equivalent to 36:72. what did tina do wrong?

Answers

She might have went to high because it is not equivalent

What’s higher -12 or -24

Answers

-12 is longer cause it closer to the positives

the following data on price ($) and the overall score for 6 stereo headphones that were tested by consumer reports were as follows. brand price ($) score bose 180 72 scullcandy 150 78 koss 96 66 phillips/o'neill 72 54 denon 72 42 jvc 48 24 a. does the t test indicate a significant relationship between price and the overall score?

Answers

There is significant relation between price and overall score.

Given that,

Following are details on the cost ($) and final rating for the six stereo headphones that Consumer Reports examined. ($) brand price Score: Bose 180, 72 Scullcandy 150, 78 Koss, 96, 54 Phillips/O'Neill, 72, 42 Denon, 48, 24.

a) t =3.54

The P value is less than 0.2

There is significant relation between price and overall score.

P value is between 0.01 and 0.025.

Because p value is less than or equal to 0.05 , we reject H₀ : β₁ is equal to zero.

To learn more about P value click here:

brainly.com/question/14790912

#SPJ4

A right triangle has one angle that measures 54°. What is the measure of the other acute angle?

Answers

Answer: 36

Step-by-step explanation:

Since all triangle angles add up to 180 we just add up both the angle measure we know and then subtract by 180.

54+90=144

180-144=36

The acute angle measure is 36 degrees.

answer:

36 degrees

step-by-step explanation:

all the angles of a triangle add up to be 180 degrees. so subtract 90 and 54 degrees to get the answer. hope that helps!

Determine whether the pairs of functions in Problems 20 through 26 are linearly independent or linearly dependent on the real line. 20. f(x) = g(x) = cos? x + sinx 21. f(x)=x,8() = x+|x| 23. f(x) = xe", g(x) = |x|e" 22. f(x) = 1 + x, 8(x) = 1 + x 24. f(x) = sinx, g(x) = 1 - cos 2x 25. f(x) = e sinx, g(x) = e* cos x 26. f(x) = 2 cos x + 3 sinx, g(x) = 3 cos x - 2 sin x

Answers

The pairs of function which are linearly independent are f(x) = 2cos x + 3 sin x and g(x) = 3cox x - 2 sin x.

We need to determine the pairs of functions are linearly independent or linearly dependent on the real line

f(x) = 2cos x + 3 sin x

g(x) = 3cox x - 2 sin x

Let c₁f(x) and c₂g(x) = 0

using wornkskin method

w(f, y) = [tex]\left[\begin{array}{cc}f(x)&g(x)\\f'(x)&g'(x)\\\end{array}\right] \\\left[\begin{array}{cc}2cosx + 3sin x&3cos x - 2 sin x\\-2sin x + 3 cos x&-3sin x - 2 cos x\\\end{array}\right][/tex]

= - (2cos x + 3sin x) (3 sinx + 2 cos x) - (3cos x - 2sin x) (3cos x - 2sin x)

= - (9sin²x + 4cos² x + 12cos x sin x) + 9cos² x + 4 sin² x - 12 sin x cos x

= - (13 sin² x + 13 cos² x )

= - 13

since,

w(f , g) ≠ 0

f, g are linearly independent

Therefore, the function  f(x) = 2cos x + 3 sin x and g(x) = 3cox x - 2 sin x are linearly independent.

To learn more about trigonometry refer here

https://brainly.com/question/25618616

#SPJ4

REALLY EASY!! BRAINIEST FOR THE FASTEST AND THE CORRECT ANSWER! NO NEED TO EXPLAIN! I WILL REPORT IF WRONG OR IF YOU COPIED AN ANSWER

Answers

Answer: 26%

Step-by-step explanation:

23 + 52 + 34 + 61 + 30 = 200

do 52/200 because theres 52 gumballs and times it by 100

52/200 x 100 = 26% on calculator

you observe 40 crickets on an island after crickets were first introduced 2 years ago. at how many crickets must have been introduced?

Answers

Crickets must have been introduced at the lambda = 2 is 20.

Given:

you observe 40 crickets on an island after crickets were first introduced 2 years ago ,  at the lambda = 2 how many number of crickets must have been introduced .

Let x be the crickets must have to been introduced.

Number of crickets = observed crickets / lambda value

we know that,

Observed crickets = 40

lambda value = 2

substitute these values

Number of crickets = observed crickets / lambda value

= 40 / 2

= 20 crickets.

Therefore Crickets must have been introduced at the lambda = 2 is 20.

Learn more about the number here:

https://brainly.com/question/17429689

#SPJ4

Full question:

you observe 40 crickets on an island after crickets were first introduced 2 years ago. at lambda = 2 how many crickets must have been introduced?

Divide and state the quotient in simplest form. ​

Answers

[tex]\cfrac{x^2-4x-45}{x+6}\div\cfrac{x^2-3x-40}{x+6}\implies \cfrac{x^2-4x-45}{~~\begin{matrix} x+6 \\[-0.7em]\cline{1-1}\\[-5pt]\end{matrix}~~ }\cdot \cfrac{~~\begin{matrix} x+6 \\[-0.7em]\cline{1-1}\\[-5pt]\end{matrix}~~ }{x^2-3x-40} \\\\\\ \cfrac{x^2-4x-45}{x^2-3x-40}\implies \cfrac{(x-9)~~\begin{matrix} (x+5) \\[-0.7em]\cline{1-1}\\[-5pt]\end{matrix}~~}{(x-8)~~\begin{matrix} (x+5) \\[-0.7em]\cline{1-1}\\[-5pt]\end{matrix}~~}\implies \cfrac{x-9}{x-8}[/tex]

For the function, locate any absolute extreme points over the given interval. (Round your answers to three decimal places. If an answer does not exist, enter DNE.) h(x) = x3 – 5x2 - 6x, -2 sxs 10 absolute maximum (x, y) = -.519,1.627 x absolute minimum (x, y) = ( 3.852, – 40.146)

Answers

For the function that is locate any absolute extreme points over the given interval  h (x) - x 3 - 5x2 - 6x, 10 a we get absolute maximum for x and y  (-0.380, 0.488) (10, 350) and  absolute minimum for x and y (-2, -22) and (4.38, -52.924)

Both critical point lies in domain -2 [tex]\leq[/tex] n [tex]\leq[/tex] 10. We know that h (n) is not define at both side of interval end point so n = -2 and n = 10 are critical point,

The critical point are point where f(n) is defined and its derivative is zero or undefined.

To learn more about absolute maximum

https://brainly.com/question/13774780

#SPJ4

What is the unit rate for 9 pages in 3 hours? Which answer is correct?

(1): 1 page/3 hours

(2): 3 pages/1 hour

(3): 6 pages/1 hour

(4): 9 pages/3 hours

Answers

Answer:

(2) 3 pages in 1 hour

Step-by-step explanation: Simply dividing 9/3 we get, 3/1 by unitary method this is the right answer.

answer: 2

hope this helps
Other Questions
Set up the equation for the following word problem and solve the equation. Let y be the unknown number.If a number divided by 3 is increased by 38, the result is 96. striking a match to make it burn is an example of a(n) change. a.) chemical b.) elemental c.) atomic d.) physical tech a says that small vacuum leaks can be found with a vacuum gauge. tech b says that the catalytic converter is typically located after the muffler. who is correct? a patient who had received 25 ml of packed red blood cells (prbcs) has lower back pain and pruritis. after stopping the infusion, which action should the nurse take next? when 500 phone books are recycled, which of the following statements is false? a. conserves around 9 cubic yards in landfill space b. conserves around 17-31 trees c. conserves around 4,077 kilowatt hours of energy d. conserves around 463 gallons of oil please select the best answer from the choices provided according to the federal anti-drug abuse act of 1986 and its 1988 amendments, possession of a small amount of which drug is punished most severely? what technique should be used when developing and wording your main points and sub-points so that they are structured in a grammatically consistent and understandable way? the number line shows point m at 15,490 rounded to the nearest thousand? A bicycle is traveling at a constant speed of 15 miles per hour. The total distance the bicycle travels can be found using the equation: d=15h Answer is actually 1420 Mayim is very good at math, especially probabilities and statistics. Which job in the supply chain is a good fit for her skills? which of the following were typical characteristics of regional military leaders, called caudillos, who came to power in latin america in the 1800s? mia has a certain amount of money. if she buys $4$ pens and $1$ pencil, she will have $\$5$ left over. if she buys $2$ pens and $2$ pencils, she will have $\$3$ left over. if edward arrives with the same amount of money as mia, together they can buy $7$ pens and $4$ pencils and spend all their money. if $a$ is the cost of one pen and $b$ is the cost of one pencil, compute the ordered pair $(a,b)$. a nurse uses a portable bladder ultrasound device to assess bladder volume for a client who is unable to void. what accurately states information needed to interpret the results? stereotype or success? prime-time television's portrayals of gay male, lesbian, and bisexual characters help me pleaseeeeeeeeee the nurse prepares to conduct a history and complete physical examination. what should the nurse explain to the client as being the major purpose for this comprehensive evaluation? Rectangle is36 square centimeter and its length 9 centimeter 10. Kenji calculated that he needed toeat about 2000 calories per daybased on his weight, age, andactivity level. For lunch, he ate ahamburger that had 538 calories.What percent of Kenji's dailycalorie needs does this hamburgerrepresent? Show your thinking. the alternative to marriage in which each partner has the right to sexual and companionate relationships with someone other than the spouse is called a(n) blank.