-406=c+430



.................

Answers

Answer 1

Answer:

c=836

Step-by-step explanation:

=, c=430+ 406

c=836


Related Questions

seven and three thousands in standard from

Answers

Answer:

Hope this helps :)

If it is seven and three thousandths then the answer would be...

7.003

This is because after the decimal the first place is tenths, then, hundredths, and lastly, thousandths. So the 3 would be in the thousandths place. Also, 7 is in the ones place which is before the decimal.

2.
Find the sum of the digits of each multiple of 9 below.
Sum of digits
9
1+8=9
9.1 9
9.2=18
9.3=27
9.4 36
9.5=45
9-6=54
9.7=63
9.8=72
9.9 81

Answers

The sum of the multiples of 9 till 81 is 405 by arithmetic progression.

We have to sum the multiples of 9 up to 81

= 9 + 18 + … +  45  + …+ 72 + 81

We will use arithmetic progression for this.

we get that:

initial term = a = 9

Common difference = d = 9

n = 9

Sum of terms = n / 2 ( 2 a + ( n - 1) d )

Sum = 9 / 2 (2( 9) + 8 ( 9))

sum = 9 / 2 (18 + 72)

Sum = 9 / 2 ( 90)

Sum = 810 / 2

Sum = 405

Therefore, we get that, the sum of the multiples of 9 till 81 is 405 by arithmetic progression.

"Learn more about Arithmetic progression here-

https://brainly.com/question/24205483

#SPJ9

8 6 5 2 4 A-10,3) -5 432 10 1 2 4 -2 3 IN 3 DATE B=(4,2) 4 5 6 7 8 9 AX Apply each of the following transformations to segment AB. 1. Rotate segment AB 90 degrees counterclockwise around center B. Label the image of A as C. What are the coordinates of C?​

Answers

Zeros of a Polynomial Function

An important consequence of the Factor Theorem is that finding the zeros of a

polynomial is really the same thing as factoring it into linear factors. In this section we

will study more methods that help us find the real zeros of a polynomial, and thereby

factor the polynomial.

Rational Zeros of Polynomials:

The next theorem gives a method to determine all possible candidates for rational zeros

of a polynomial function with integer coefficients.

Rational Zeros Theorem:

If the polynomial ( ) 1

1 1 ... n n P x ax a x ax a n n

− = + ++ − + 0 has integer

coefficients, then every rational zero of P is of the form

p

q

where p is a factor of the constant coefficient 0 a

and q is a factor of the leading coefficient n a

Example 1: List all possible rational zeros given by the Rational Zeros Theorem of

P(x) = 6x

4

+ 7x

3

- 4 (but don’t check to see which actually are zeros) .

Solution:

Step 1: First we find all possible values of p, which are all the factors

of . Thus, p can be ±1, ±2, or ±4. 0 a = 4

Step 2: Next we find all possible values of q, which are all the factors

of 6. Thus, q can be ±1, ±2, ±3, or ±6. n a =

Step 3: Now we find the possible values of p

q by making combinations

of the values we found in Step 1 and Step 2. Thus, p

q will be of

the form factors of 4

factors of 6 . The possible p

q are

12412412412

, , , , , , , , , , ,

11122233366

± ± ± ± ± ± ± ± ± ± ±±

4

6

If the intquantity and decprice variables contain the numbers 3 and 15.75, respectively, the condition if intquantity > 0 andalso intquantity < 10 orelse decprice > 20 will evaluate to ____.

Answers

The correct option is c. True.

If the intquantity and decprice variables contain the numbers 3 and 15.75, respectively, the condition if intquantity > 0 and also intquantity < 10 or else decprice > 20 will evaluate to "True."

What is C++?

C++ is an object-oriented programming (OOP) language that many consider to be the best for developing large-scale applications.

C++ is a subset of the C programming language. Java is a programming language that is similar to C++ but is optimized for the dispersion of program objects over a such as the Internet.

Now, as per the question, construct a program in C++.

#include <iostream>

using namespace std;

int main()

{

  int intQuantity = 3;

  int decPrice = 15.75;

    if (intQuantity >0 && intQuantity <10 || decPrice>20){

      cout<<"True";

   }

   else{

      cout<<"False";

   }

  return 0;

}

Because the condition if (intQuantity >0 && intQuantity 10 || decPrice >20) evaluates to true, the output from in this program will be "True." The reason for this is that in programming, the Logical Or (| |) evaluates to true when either or both conditions are met.

Although the condition decPrice>20 is false in the question, the very first condition intQuantity >0 && intQuantity 10 is true, so the OR evaluates to true.

To know more about object-oriented programming (OOP), here

https://brainly.com/question/14078098

#SPJ4

The complete question is -

If the intQuantity and decPrice variables contain the numbers 3 and 15.75, respectively, the condition If intQuantity > 0 And Also intQuantity < 10 OrElse decPrice > 20 will evaluate to ____.

a.No

b.Yes

c.True

d.False

find parametric equations for the line through (3, 3, 8) that is perpendicular to the plane x − y 4z

Answers

The parametric equation of our line is;

x = 1 + 3t

y = -1 + 3t

z = 4 + 8t

How to find the Parametric Equation?

We want to find parametric equations for the line through (3, 3, 8) that is perpendicular to the plane x − y + 4z = 5

A vector perpendicular to the plane ax + by + cz + d = 0 is given by (a, b, c).

So a vector perpendicular to the plane x − y + 4z - 5 = 0 is (1, -1, 4)

The parametric equation of a line through (x₀, y₀, z₀) and parallel to the vector (a, b, c) is;

x = x₀ + ta

y = y₀ + tb

z = z₀ + tc

So the parametric equation of our line is;

x = 1 + 3t

y = -1 + 3t

z = 4 + 8t

Read more about Parametric Equations at; https://brainly.com/question/13572531

#SPJ4



The velocity-time graph for a cycle is shown.

Velocity (m/s)
Time (seconds)
a) Work out the distance travelled on the cycle in the first 14 seconds.
b) Work out the acceleration in the first 4 seconds.

Answers

The answers to both the subparts are as follows:

(A) In the first 14 seconds, the cycle traveled 96 meters.(B) The acceleration is 2m/s² for the first 4 seconds.

What is velocity?Velocity is the direction at which an object is moving and serves as a measure of the rate at which its position is changing as seen from a specific point of view and as measured by a specific unit of time (for example, 60 km/h northbound). In kinematics, the area of classical mechanics that deals with the motion of bodies, velocity is a fundamental idea.A physical vector quantity called velocity must have both a magnitude and a direction in order to be defined. Speed, a coherent derived unit whose quantity is measured in the SI (metric system) as meters per second (m/s), is the scalar absolute value (magnitude) of velocity.

So, the cycle's velocity-time graph:

The area under the curve will therefore be the distance traveled.A trapezium is formed in the 0–14 second period.With sides that are 14 and 10 in parallel.While there is an 8-mile gap between them.

Now,

Area = (1/2)(14 + 10) * 8  = 24 * 4  = 96  So, the distance traveled is 96 meters.

Then,

(A) The cycle covered 96 meters in the first 14 seconds.(B) Acceleration in the first four seconds is equal to ((8-0)/(4-0)) = 8/4 = 2 m/s².

Therefore, the answer to both the subparts are as follows:

(A) In the first 14 seconds, the cycle traveled 96 meters.(B) The acceleration is 2m/s² for the first 4 seconds.

Know more about velocity here:

https://brainly.com/question/25749514

#SPJ9

A storage bin is built as a rectangular prism with a closed top. The length is
3.5 feet, the width is 2 feet, and the height is 2.5 feet.
What is the amount of material needed to make the box?
A. 34.5 ft²
B. 41.5 ft2
C. 36.5 ft2
D. 17.5 ft2
SUBMIT

Answers

Answer:

D

Step-by-step explanation:

Area equal LxWxH

2x2.5x3.5=17+5

The amount of material needed to make the box is 41.5 ft².

What is surface area?

The surface area of a figure is the number of unit squares it takes to cover the entire surface without gaps or overlaps. If a three-dimensional figure has flat sides, the sides are called faces. The surface area is the total of the areas of the faces.

Given that, a rectangular storage box is to be made with length is 3.5 feet, the width is 2 feet, and the height is 2.5 feet.

For finding the same, we will find the surface area of the box,

Surface area of the box = 2(length·width + width·height + height·length)

Therefore,

SA = 2(3.5x2+2x2.5+3.5x2.5)

SA = 2 x 20.75

SA = 41.5

Hence, the amount of material needed to make the box is 41.5 ft².

Learn more about surface area, click;

https://brainly.com/question/29101132

#SPJ5

Members of a softball team raised $1885.50 to go to a tournament. They rented a bus for $949.50 and budgeted $52 per player for meals. Determine the number of players the team can bring to the tournament.

Answers

Answer:

thank me that's is my answer

The number of players in the team will be 18.

What is an expression?

Mathematical expression is defined as the collection of the numbers variables and functions by using operations like addition, subtraction, multiplication, and division.

Given that;

Total cost to go to a tournament = $1885.50

Rent for bus = $949.50

Budget for meal for each player = $52

Now,

Let the number of players = x

So, We can formulate;

⇒ $949.50 + $52x = $1880.50

Solve for x, as;

⇒ $949.50 + $52x = $1880.50

Subtract 949.50 both side, we get;

⇒ $949.50 + $52x - $949.50 = $1880.50 - $949.50

⇒ $52x = $931

⇒ x = $17.90

After round we get;

⇒ x = $18

Thus, The number of players in the team will be 18.

Learn more about the expression visit:

https://brainly.com/question/1859113

#SPJ2

24. Which of the following real numbers has the greatest value? 13.09, 135, √169, 13.1​

Answers

Answer:

135

Step-by-step explanation:

135 > 13.1 > 13.09 > √169 (√169 = 13)

I hope I could help ^^

leo drew a line that is perpendicular to the line shown on the grid and passes through point f g. which of the follwoing is the equation of leos lins

Answers

The equation of Leo's line is given by: 3 (y - G) = ( F - x)

What is the equation of a line to the curve?A line's equation has the standard form ax + by + c = 0. Here, the variables are x and y, the coefficients are a and b, and the constant term is c. It is a first-order equation with the variables x and y. The coordinates of the point on the line shown in the coordinate plane are represented by the values of x and y.

Given: An equation of a line on a grid, about which another line is perpendicularly.

To find: Equation of the perpendicular line.

Finding:

Firstly, we will find the equation of the given line.As we can see, the given line passes through (1,1) and (2,4), in the general equation of the line: [tex]y-y_0=m(x-x_0)[/tex],

=> m = [tex]\frac{y_2-y_1}{x_2-x_1}[/tex] = [tex]\frac{4-1}{2-1}=\frac{3}{1} = 3[/tex]

The equation of the line becomes:  [tex]y-y_0=3(x-x_0)[/tex]

   

    2. Since the line passes through (1,1), the final equation of the line can be given by:

=> y - 1 = 3 ( x - 1)

=> y = 3x - 3 + 1

=> y = 3x - 2

Now, for the equation of the perpendicular line:The slope of the line will be given by:

=> m' = -1/m

=> m' = -1/3

The equation of the perpendicular line will now be: [tex]y-y_0=\frac{-1}{3}(x-x_0)[/tex]

=> [tex]3(y-y_0)=(x_0-x)[/tex]

    2. Since the perpendicular line passes through the point (F,G), the equation of the line will be: 3 (y - G) = ( F - x).

Hence, The equation of Leo's line is given by: 3 (y - G) = ( F - x).

To learn more about equation of a line to a curve, refer to the link: https://brainly.com/question/13763238

#SPJ4

Find the error(s) and solve the problem correctly.

solve for g(f(0) if f(x) =3x-7/4 g(x)= 2x-1

answer: g(f(0) = 3(2x-1)-7/4 = 6x-1-7/4 =6x-8/4 = 6(0)-8/4 = -2

Answers

the composition of functions gives:

g(f(0)) = -6

How to solve the composition of functions?

Here we have the two functions:

f(x) = 3(x - 7)/4

g(x) = 2x  - 1

The problem in the answer is in the third step, where the distribution is done incorrectly.

g(f(x)) = 3*( (2x - 1) - 7)/4

g(f(x)) = 3*( 2x - 8)/4

g(f(x)) = ( 6x - 24)/4

Evaluating in x = 0 we get:

g(f(0)) = ( 6*0 - 24)/4 = -24/4 = -6

That is the solution of the composition of functions.

If you want to learn more about composition of functions:

https://brainly.com/question/10687170

#SPJ1

Answer:

The mistake is in the third step

URGENT!! ILL GIVE BRAINLIEST! AND 100 POINTS

Answers

B : Addition and subtraction requires the terms to be "like terms" with the same power of the base 10, so you would need to change the second number to (0.026 x 10^5).

jason says you can solve an inequality by replacing the inequality sign with an equal sign and putting it back in after solving the equation. do you agree?

Answers

Jason is incorrect, because inequality signs change when we multiply/divide by negative numbers, and we need to follow the signs to make sure we use the correct one.

Is Jason correct whit his claim?

Well, Jason says that you can solve an inequality by replacing the sign by an equal sign, solve the equation as you already have done a thousand times, and then put the inequality sign again.

Now, this is clearly incorrect, because inequalities have a really nice property. If you multiply or divide both sides of the inequality by a negative number, then the "direction" of the sign changes.

This means that if we have an inequality like:

-2x > 10

And we divide both sides by -2, we should get:

x < 10/-2

x < -5

Where the direction of the sign changed.

If you did what Jason said, the direction of that sign would not have changed, and thus, you would have got an incorrect solution for the inequality.

If you want to learn more about inequalities:

https://brainly.com/question/24372553

#SPJ1

scores on the act college entrance exam follow a bell-shaped distribution with mean 21 and standard deviation 5. wayne’s standardized score on the act was −0.6 . what was wayne’s actual act score?

Answers

Wayne's Actual ACT score is 19.2 where mean is 21, standard deviation is 5 and the Z - score is -0.6.

Standard Deviation:

Standard deviation is  a measure of the dispersion of a set of numerical values from their mean.

The general form of the standard deviation is,

[tex]SD=\sqrt{\frac{\sum (x_i-\bar{x})}{n} }[/tex]

where

xi is each value in the data set,

x-bar is the mean, and

n is the number of values in the data set.

Given,

Mean = 21.

Standard deviation = 5

Wayne's standardized score on the act = −0.6 .

Here we need to find the Wayne's Actual ACT score.

Let x be the Wayne's Actual ACT score.

So,
=> z-score = (x - mean)/SD

Apply the values on it,

=> -0.6 = (x - 21) / 3

=> -1.8 = x - 21

=> x = 21 - 1.8

=> x = 19.2

Therefore, Wayne's Actual ACT score is 19.2

To know more about Standard Deviation here.

https://brainly.com/question/16555520

#SPJ4

What’s the scale factor?

Answers

Answer:

Scale factor = 1/2

Explanation below

Explanation belowHope this helps :)

Step-by-step explanation:

If the second figure is turned correctly then all the numbers will correspond.

10 × 1/2 = 5

6 × 1/2 = 3

8 × 1/2 = 4

Calculate the volume of each of the rectangular prisms below.

Answers

Answer:its 180 cm

Step-by-step explanation:

If ef=x-4, fg=2x-19, and eg= 13 what is x

Answers

The value of x is 12.

Given on a line lie three points e, f and g.

therefore, ef = x ₋ 4

fg = 2x ₋ 9 and

eg = 13

we can say that ef and fg must add upto eg.

ef ₊ fg = eg

x ₋ 4 ₊ 2x ₋ 19 = 13

⇒ 3x ₋ 23 = 13

⇒ 3x = 13 ₊ 23

3x = 36

x = 36/3

x = 12

hence we get the value of x as 12.

now substitute x value to get ef and fg values.

ef = x ₋ 4  = 12 ₋ 4 = 8

fg = 2x ₋ 19 = 2(12) ₋ 19 = 24 ₋ 19 = 5

Hence we get the value of x as 12.

Learn more about Solving equations here:

brainly.com/question/1214333

#SPJ9

tony charges 37.50$ for 1 1/2 hours of tutoring. how much would tony charge 7 1/2 hours of tutoring?

Answers

tony would charge 262.5

Tony have to get to pay $187.5.

What is unitary method?

The unitary method is a technique for solving a problem by first finding the value of a single unit, and then finding the necessary value by multiplying the single unit value.

There are two cases in Unitary Method

Let's start with finding the price of one ice cream. Divide the entire cost of ice cream by the total number of ice creams to get at that. A single ice cream will cost you 125 divided by the amount of ice creams, or 25 cents. Consequently, 1 ice cream costs $25.

Step 2: To calculate the price of three ice creams, multiply the price of one ice cream by the quantity. Cost of 1 ice cream x number of ice creams = 25 x 3 = $75 is the price of 3 ice creams. The final cost is $75, which is the price of three ice creams.

Given:

For 1 1/2 or 3/2 hours tony charges = $37.50

For 1 hour tony charges = 37.50 * 2/3

                                        = 12.5 * 2

                                        = $25

Now, for 7 1/2 hours tony charges

= 15/2 * 25

= $187.5

Hence, tony charges $187.50 for tutoring 7 1/2 hours.

Learn more about unitary method here:

https://brainly.com/question/22056199

#SPJ2

m Z 2.
In the figure below, m1= 59°. Find m

Answers

Answer:

121°

Step-by-step explanation:

These are supplemental angles.  a straight angle is 180 degrees.

180 - 59 = 121

Answer: m2=121 degrees

Step-by-step explanation:

m1+m2=180 ==> m1 and m2 are on a straight line. Straight lines measure 180 degrees and are called straight angles. m1 and m2 are supplementary angles, so they add up to 180 degrees.

59+m2=180

59-59+m2=180-59

m2=180-59

m2=121 degrees

asking questions, formulating a hypothesis, testing the hypothesis, drawing conclusions, and reporting the results are steps in the

Answers

Asking questions, formulating a hypothesis, testing the hypothesis, drawing conclusions, and reporting the results are steps in the: scientific method.

What is scientific method?

Scientific method refers to a process that has been the hallmark of natural science since the 17th century and entails systematic observation, measurement, and experiment as well as the creation, examination, and change of hypotheses.

Now,

As stated in the definition of Scientific Method, the steps so followed to proceed with one are:Asking questionsFormulating a hypothesisTesting the hypothesisDrawing conclusionsReporting the resultsThese steps are to be followed in the mentioned order, in order to result in a successful scientific method.

Hence, Asking questions, formulating a hypothesis, testing the hypothesis, drawing conclusions, and reporting the results are steps in the: scientific method.

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

#SPJ4

F is inversely proportional to d^2.When F=9, d=5
Work out F
when d=3

Answers

Answer:

9

Step-by-step explanation:

Answer:

F is inversely proportional to d^2when F=9,d=

Step-by-step explanation:

Write and expression equivalent to 62.7 - 82.4

Answers

Answer: -19.7        

Step-by-step explanation:

62.7 - 82.4=

-(82.4-62.7)= -19.7        ==> switch the numbers and negate the expression to get the same answer

i need help someone pls help meee

Answers

Answer:

It is 0.4 and 40%

Step-by-step explanation:

Because if you divide 2 by 5 you get 0.4 and 0.4 is the same and 40% however, 4/100 is 0.04 or 4%

Answer:

0.4 and 40%

Step-by-step explanation:

0.4 and 40% can both be expressed as 2/5, however 4/100 cannot, as the simplified form of that is 1/25.

from 1-4 which are linear and non linear?
Answer properly

Answers

Only function 2 represent a linear function.

How to find whether a function is linear or non-linear

Herein we find four cases of functions, of which we are asked to determine if each function is linear or not. A function is linear if and only if the change between every pair of two consecutives values of x and y is the same. Now we proceed to check each case:

Function 1

Δx = - 1 - (- 3) = 2; Δy = 6 - 2 = 4

Δx = 1 - (- 1) = 2; Δy = 18 - 6 = 12

Δx = 3 - 1 = 2; Δy = 54 - 18 = 36

The function is not linear.

Function 2

Δx = 5 - 1 = 4; Δy = - 1 - 1 = - 2

Δx = 9 - 5 = 4; Δy = - 3 - (- 1) = - 2

Δx = 13 - 9 = 4; Δy = - 5 - (- 3) = - 2

The function is linear.

Function 3

Δx = 5 - 4 = 1; Δy = - 10 - (- 5) = - 5

Δx = 6 - 5 = 1; Δy = - 13 - (- 10) = - 3

Δx = 7 - 6 = 1; Δy = - 15 - (- 13) = - 2

The function is not linear.

Function 4

Δx = 1 - (- 2) = 3; Δy = 5 - 4 = 1

Δx = 4 - 1 = 3; Δy = 6 - 5 = 1

Δx = 7 - 4 = 3; Δy = 1 - 6 = - 5

The function is not linear.

To learn more on linear functions: https://brainly.com/question/21107621

#SPJ1

How would i do this: "A bike shop rents bikes with heights ranging from 18 inches to 26 inches. The shop says the height of the bike should be about 0.6 times a cyclist's legs length. Write and solve a compound inequality that represents the leg lengths of the cyclists the shop does NOT provide bikes for."

Answers

A compound inequality that represents the leg lengths of the cyclists the shop 18 ≤ 0.6x ≤ 26.

What is defined as the compound inequality?Simple or compound inequalities exist. A simple inequality, that is familiar to most people, compares two non-equal expressions, such as 2x < 3. The definition of a compound inequality is: a blend of 2 simple inequalities, including such 1< 2x < 3, which is a combination of 1 < 2x and 2x < 3. A double inequality is a compound inequality in the pattern  c < x < k.

For the given question;

Let the cyclist's legs length be 'x'.

Then 0.6 times of cyclist's legs length will be 0.6x.

Now, the condition is;

The height ranging for the bikes is 18 inches and 26 inches.

It means the height of cyclist's legs length must be greater or equal to this value.

Thus,

18 ≤ 0.6x

And the maximum height of bike is 26 inch.

Thus, cyclist's legs length must be less than or equal to this length.

0.6x ≤ 26

Combining the two;

18 ≤ 0.6x ≤ 26 is the requires compounded inequality.

Thus, for, the value of x such that the range of the leg length lies between the 18 and 26 including both, the bike is provided otherwise NOT.

To know more about the compound inequality, here

https://brainly.com/question/1485854

#SPJ9

an equilateral triangle has sides of equal length. determine whether the triangle with vertices 1-1, -12, 12, 32, 1-4, 32 is equilateral.

Answers

No, the triangle with vertices (-1, -1), (2, 3), (-4, 3) is not equilateral.

What is equilateral triangle?

An equilateral triangle is a triangle that has all three sides of equal length, also known as a "regular" triangle.

An equilateral triangle is thus a subset of an isosceles triangle in which all three sides are equal. An equilateral triangle has three equal sides.

Now, as per the given question.

The vertices are given as (-1, -1), (2, 3), (-4, 3).

Find the distance between the two corresponding vertices.

First, find distances between (-1, -1), (2, 3) lets say 'c'.

c² = (-1-3)² + (-1-2)²

c² = 4² + 3²

c² = 16 + 9

c² = 25

c = 5

Now, find the distance between (2, 3), (-4, 3), let say it 'd'.

d² = (-4-2)² + (3-3)²

d² = 36

d = 6

Now, find the distance between (-1, -1), (-4, 3) say it 'p'

p² = (-1-(-4 ))² +(-1-3)²

p² = 3² +4²

p² = 25

p = 5

As, all three distances are not same. Thus, the given vertices does not form equilateral triangle.

To know more about equilateral triangle, here

https://brainly.com/question/17264112

#SPJ4

The correct question is-

An equilateral triangle has sides of equal length. Determine whether the triangle with vertices (-1, -1), (2, 3), (-4, 3) is equilateral.

50 P0!NTS!
Favorite hobby/activity?
mines dirt biking

Answers

Answer:

Step-by-step explanation:

Favorite hobby is gaming

Favorite activity is football

Steph practice his basketball skills each week. On
Monday he practices 1.5 hours, Tuesday 2 hours,
Thursday 2-hours and Friday of an hour. How much
total time does he spend practicing over 2 weeks?

Answers

Answer:

If you add up all those hours that makes 6.5 hours

Answer:7.5

Step-by-step explanation:

Just add them

Mr Johnson's plans to fence the triangular section of a backyard for a dog run

Answers

!!Figure is not clear!! Formulae is provided below.

To fence the triangular section Mr. Johnson has to find the perimeter of the triangular field.

To find the perimeter of the triangle one has to add the length of all the three sides of the triangle.

Similarly we can also find the perimeter of other plane figures by adding the lengths of all the sides of the figure.

Suppose if the length of the sides of a triangle is a,b and c units.

Then the perimeter of the triangular field will be = (a + b + c) units.

To learn more about the area and perimeter of the plane figures visit the link:https://brainly.com/question/11957651

#SPJ9


A bag contains 3 blue chips, 7 red chips, 4 yellow chips, and 5 green chips. A chip is randomly drawn from the bag. Find probability.
P( red or blue )

Answers

If a chip is randomly drawn from the bag, the probability it will be a red or a blue one is P(red or blue) = 10/19.

Probability of an event A is the number of event A divided by all possible outcomes. Mathematically,

P(A) = n(A)/n(S)

where:

n(A) = number of event A

n(S) = number of all possible outcomes or sample space.

Suppose A and B are independent outcomes, then:

P(A or B) = P(A) + P(B)

In the given problem:

Number of chips:

Blue = 3

Red = 7

Yellow = 4

Green = 5

Total chips = 3 + 7 + 4 + 5 = 19

If a chip is randomly drawn, the probability it will be a red one is:

P(red) = 7/19

Similarly,

P(blue) = 3/19

Using the probability formula for independent outcomes:

P(red or blue) = P(red) + P(blue)

                      = 7/19 + 3/19 = 10/19

Learn more about probability here:

https://brainly.com/question/251701

#SPJ4

Other Questions
MCP is a series of Microsoft certifications that includes MCSA and MCSE. Question True False evaluate the national committee for quality assurances (ncqa) impact on health information systems scholarly the theoretical framework provides the structure for the study by linking the abstract to the empirical. In a video game, players start with a score of 100 points.They earn 8 points for each gold coin and 25 points foreach gem they find. Mario finds 3 gold coins and 2 gems.Write and evaluate an algebraic expression to find Mariosscore. Use c for the number of gold coins found and g forthe number of gems found. Show your work.SOLUTION Assume that the population is 100 in year 1 and 102 in year 2. what is the growth rate of real gdp per capita? what does the improvement of to show about early humans? 2 1/5 divided by 5/7 What explorer was known for exploring canada up to the arctic ocean and was the first european to explore canada to the pacific ocean 12 years before the similar journey done by lewis and clark?. What is meant by food insecurity?The potential decline in agricultural productivity due to reduced soil fertility as aresult of multi-cropping.The condition in which people live with chronic hunger and malnutrition likely due topoverty.The increased pressures on food production as a result of increases in globalpopulation.The potential decline in agricultural productivity due to conservation tillage. Researchers have discovered that damage to part of the brain's _____ in rats results in vertigo. 4. Predicting ConsequencesDescribe three servicesthat the government provides to its citizens. Identify some of the opportunity costs of providing each of those services. What is the BEST example of a story that corporate media would likely choose NOT to cover?A. election results for national racesB. tax breaks provided to large corporationsC. stricter requirements for teen drivers licensesD. poor water quality in underserved communities Find the axis of symmetry of y=x^2 In a density measurement, you determine the mass of an object to be 10.50 +/- 0.02 g and the volume of the object to be 1.638 +/- 0.005 mL. You divide the mass by the volume to determine the density of the object in g/ml. What is the final propagated error on the density?Select one:a.+/- 0.0004 g/mLb.+/- 0.04 g/mLc.+/- 0.0002 g/mLd.+/- 0.02 g/mL when two groups of speakers of the same language are separated in some way, the tendency for the original group to phase out linguistic patterns which are frozen in the language of the second group is know what number is equal to 4 hundreds 3 tens 7 ones and 19 thousandths Which of the following pairs consists of equivalent fractions? Which best describes the impact of segregation on black professionals and skilled workers? If you are stirring sugar into your morning coffee, why do the sugar grains appear to disappear? *1 pointThe sugar is transforming into coffee molecules due to dissolvingThe coffer and sugar are combining in a chemical reaction to create a new, sweeter coffeeThe grains of sugar are being pulled apart by polar molecules in the coffee to create the solution a rectangle has a width w and a length that is two more than its width. what is the perimeter of the rectangle? write and simplify an expression. a general expression for the perimeter is (select) . the simplified expression i