please help me .......

Please Help Me .......

Answers

Answer 1

9514 1404 393

Answer:

  65°

Step-by-step explanation:

Any sort of bisector divides a geometry into two congruent parts. Here, we have an angle bisector that divides the larger (130°) angle into two equal parts. The measure of each of the resulting smaller angles will be 130°/2 = 65°.

  ∠JAE = 65°


Related Questions

A concession stand sells hot dogs for $2 and cheeseburgers for $3. One day, 486 items were sold and the owners earned $1218.
How many hot dogs and cheeseburgers were sold?

Answers

The Total Number of Hot Dogs sold were 240 and Cheese Burgers sold were 246

What is Linear Equation in Two Variables?

A linear equation in two variables is one that is stated in the form ax + by + c = 0, where a, b, and c are real integers and the coefficients of x and y, i.e. a and b, are not equal to zero.

Solution:

Let, Number of Hot Dogs Sold = x

Number of Cheese Burgers Sold = y

According to the Question:

x + y = 486 ----------(i)

2x + 3y = 1218 ----------(ii)

Multiplying Equation (i) by 2

2x + 2y = 972 ----------(iii)

Substracting Equation (iii) from Equation (ii)

y = 246

x = 240

To learn more about Linear Equation in Two Variables from the given link'

https://brainly.com/question/24085666

#SPJ1

If a train is accelerating at 30m/s after it takes off from the train station and travels for 60 seconds, what was its final velocity?

Answers

The final velocity of the train is 30m/s.

What is acceleration?

The rate at which an object's velocity with respect to time changes is referred to as acceleration. When an object's velocity changes, it is said to have or be accelerating.

The rate of change in velocity over time is another name for acceleration. The magnitude of an acceleration vector indicates how much the velocity will change, while the vector's direction indicates how the velocity will change—whether the speed is rising or falling, the vector's direction is changing, or some combination of the three.

Given, initial velocity = 0 m/s (as the train starts from rest)

          time = 60 seconds

Acceleration = v - u / t = 30 - 0/ 60 =0.5 m/s square

We know,

v = u + at

v = 0 + (0.5 x 60)v = 30 m/s

To learn more about velocity visit the link given below

brainly.com/question/18084516

#SPJ1

NO LINKS!!!
Assume that the following statement, S_k, is true:
A factor of (2^(2k-1) + 3^(2k-1)))is 5.
Show that for each integer k ≥ 1, if S_k is true, then S_(k+1) is true.
2^2(k + 1) - 1)) + 3^2(k + 1) - 1)) = 2^(2k + ____) - 1)) + 3^2k + ___) - 1))
= 2^(2k - 1) * 2^(___) + 3^(2k - 1) * 3^(___)
= ______ * 2^(2k-1) + ______ * 3^(2k-1)
= (2^(2k-1) + 3^(2k-1)) + (2^(2k-1) + 3^(2k-1)) + (2^(2k-1) + (3^(2k-1) + ______*3^(2k-1)

Hence, S_k+1 is true or false, which completes the inductive step and the proof by the mathematical induction.

Answers

It is assumed the statement is true for [tex]S_k[/tex]:

A factor of [tex]2^{2k-1}+3^{2k-1}[/tex] is 5.

Show that [tex]S_{k+1}[/tex] is also divisible by 5:

[tex]2^{2(k+1)-1}+3^{2(k+1)-1}=[/tex][tex]2^{2k+2-1}+3^{2k+2-1}=[/tex][tex]2^{(2k-1)+2}+3^{(2k-1)+2}=[/tex][tex]2^{2k-1}*2^2+3^{2k-1}*3^2=[/tex][tex]4*2^{2k-1}+9*3^{2k-1}=[/tex][tex]4*2^{2k-1}+4*3^{2k-1}+5*3^{2k-1}=[/tex][tex]4(2^{2k-1}+3^{2k-1})+5*3^{2k-1}[/tex]

The first part is divisible by 5 as we assumed in the beginning and the second part has a factor of 5 so the sum is divisible by 5.

Hence it makes [tex]S_{k+1}[/tex] true, so the proof is complete.

2. JOY leather, a manufacturer of leather Products, makes three types of belts A, B and C which are processed on three machines M1, M2 and M3. Belt A requires 2 hours on machine (M1) and 3 hours on machine (M2) and 2 hours on machine (M3). Belt B requires 3 hours on machine (M1), 2 hours on machine (M2) and 2 hour on machine (M3) and Belt C requires 5 hours on machine (M2) and 4 hours on machine (M3). There are 8 hours of time per day available on machine M1, 10 hours of time per day available on machine M2 and 15 hours of time per day available on machine M3. The profit gained from belt A is birr 3.00 per unit, from Belt B is birr 5.00 per unit, from belt C is birr 4.00 per unit. What should be the daily production of each type of belt so that the profit is maximum?
a) Formulate the problem as LPM
b) Solve the LPM using simplex algorithm.
c) Interpret the shadow prices

Answers

The shadow price of a constraint, the change in the objective function value for a unit change in (RHS) value of the constraint, with all other variables held constant.

What are constraints?

A constraint is a condition of an optimization problem that should be satisfied the condition.

We can formulate this problem as a linear programming model (LPM):

Suppose X1 be the number of belt A produced per day, X2 be the number of belt B produced per day and X3 be the number of belt C produced per day

The objective function is to maximize the profit;

3X1 + 5X2 + 4X3.

The constraints are as :

The time spent on machine M1 must be less than or equal to 8 hours per day so we get;

2X1 + 3X2 <= 8

The time spent on machine M2 must be less than or equal to 10 hours per day so we get;

3X1 + 2X2 + 5X3 <= 10

The time spent on machine M3 must be less than or equal to 15 hours per day so we get

2X1 + 2X2 + 4X3 <= 15

Thus number of belts produced must be positive:

X1, X2, X3 >= 0

To solve this LPM using the simplex algorithm,

Also the objective function is to minimize the cost, and all constraints are in the form of "less than or equal to" a certain value.

The pivot row is the row that corresponds to the smallest positive ratio between (RHS) value and the corresponding pivot column element the constraint 2X1 + 3X2 ≤ 8.

Now Interpret the shadow prices.

The shadow price of a constraint is the change in the objective function value for a unit change in (RHS) value of the constraint, with all other variables held constant.

Here the value of the constraints in the LPM and how they contribute to the optimal solution.

Learn more about constraints;

brainly.com/question/14438192

#SPJ1

Point A is located at (5, 6). Find the coordinates of the image A' after the
point is reflected across the x-axis.
(5,-6)
(-5,6)
(-5, -6)
(5,6)

Answers

Answer:

Step-by-step explanation:

Point A = (5, 6)  is reflected across the x axis which is y =0.

When the point is reflected across the x axis, the x coordinate

remains positive, but the y coordinate becomes negative.

The 6 becomes negative (-6).

So the coordinates of A' are (5, -6) which is the first answer.

NO LINKS!!
Find a logarithmic equation that relates y and x. (Round any numeric values to 3 decimal places.)

ln(y)=

x y
1 1.250
2 1.051
3 0.950
4 0.884
5 0.836
6 0.799

Answers

Answer:

[tex]\ln (y) = -0.250 \ln (x)+0.223[/tex]

Step-by-step explanation:

Given table:

[tex]\begin{array}{|c|c|}\cline{1-2} \vphantom{\dfrac12}x & y\\\cline{1-2} \vphantom{\dfrac12} 1 & 1.250\\\cline{1-2} \vphantom{\dfrac12} 2 & 1.051\\\cline{1-2} \vphantom{\dfrac12} 3& 0.950\\\cline{1-2} \vphantom{\dfrac12} 4& 0.884\\\cline{1-2} \vphantom{\dfrac12} 5& 0.836\\\cline{1-2} \vphantom{\dfrac12} 6& 0.799\\\cline{1-2} \end{array}[/tex]

To convert  y = axⁿ  to linear form, take natural logs of both sides and rearrange:

[tex]\begin{aligned}y=ax^n \implies \ln y &= \ln ax^n\\\implies \ln y &= \ln a + \ln x^n\\\implies \ln y &= \ln a + n \ln x\\\implies \ln y &=n \ln x+ \ln a\end{aligned}[/tex]

This is in the straight-line form y = mx + c.

Substitute the first values of x and y from the table into the natural log formula and solve for ln(a):

[tex]\implies \ln 1.250= n \ln 1+\ln a[/tex]

[tex]\implies \ln 1.250= n (0)+\ln a[/tex]

[tex]\implies \ln a = \ln 1.250[/tex]

[tex]\implies \ln a = 0.223\; \sf (3 \; d.p.)[/tex]

Substitute the found value of ln(a) and the last values of x and y from the table into the  natural log formula and solve for n:

[tex]\implies \ln 0.799= n \ln 6+\ln 1.250[/tex]

[tex]\implies n \ln 6=\ln 0.799-\ln 1.250[/tex]

[tex]\implies n =\dfrac{\ln 0.799-\ln 1.250}{\ln 6}[/tex]

[tex]\implies n =-0.250\;\sf (3 \; d.p.)[/tex]

Substitute the found values of n and ln(a) into the formula to create an equation for ln(y):

[tex]\boxed{\ln (y) = -0.250 \ln (x)+0.223}[/tex]

Find the y-intercept of the line: 2x−5y+7=0

Answers

Answer:

Below

Step-by-step explanation:

Arrange the given equation into y = mx + b form of a line

       'b' is the y-axis intercept

2x-5y+7 = 0

5y = 2x+7

y = 2/5 x + 7/5

Answer:

(0, 7/5)

Step-by-step explanation:

An object has a mass of 10.0 g and a volume of 50.0 mL. What is the density of that object?

5 ml/g
0.2 g/mL
500 g/mL​

Answers

Answer:

0.2 g/mL

Step-by-step explanation:

The calculation for density is density=mass/volume.
With a mass of 10g and a volume of 50mL, you divide them to get 0.2

Hello, this is a Pythagorean math problem. Help pls.

Answers

The triangles 1, 2, 4, 7 and 8 are right triangles by Pythagorean relationship.

How to determine if a triangle is a right triangle

Triangles are closed figures formed by three line segments, a right triangle is a triangle with one right angle. Right triangles have a long side known as hypotenuse (r) and two shorter sides known as legs (x, y), whose Pythagorean relationship is shown below:

r = √(x² + y²)

Now we proceed to check whether each triangle is a right triangle or not:

Case 1:

D = √(8² + 6²)

D = 10 (YES)

Case 2:

D = √(5² + 12²)

D = 13 (YES)

Case 3:

D = √(12² + 9²)

D = 15 (NO)

Case 4:

D = √(8² + 15²)

D = 17 (YES)

Case 5:

D = √(4² + 9²)

D ≈ 9.849 (NO)

Case 6:

D = √(14² + 5²)

D ≈ 14.866 (NO)

Case 7:

D = √(20² + 15²)

D = 25 (YES)

Case 8:

D = √(24² + 10²)

D = 26 (YES)

To learn more on Pythagorean relationship: https://brainly.com/question/14930619

#SPJ1

buddy eats 3 cotton balls out of the 48 that are in the jar. what percentage has buddy eaten?

Answers

Answer: 6.25%

Step-by-step explanation:

You can set up a proportion:

[tex]\frac{3}{48}=\frac{x}{100}[/tex]

100 x 3 = 300

300/48 = 6.25

Carla divided 28 bracelets equally among 4 friends. Then, she gave Megan 3 more bracelets. Which equation shows how many bracelets, b, Megan has now?

Answers

The required number of bracelets that in the given question are 10.

What is equation?

In math, the meaning of a  equation is a numerical explanation that shows that two numerical articulations are equivalent. For example, 3x + 5 = 14 is a condition, where 3x + 5 and 14 are two articulations isolated by an 'equivalent' sign.

According to question:

Carla divided 28 bracelets equally among 4 friends.

Number of bracelets each friends has = 28/4 = 7 bracelets

Then Carla gave 3 more bracelets to Magan.

So, Total bracelets Magan has = 7 + 3 = 10 bracelets

To know more about equation visit:

brainly.com/question/21511618

#SPJ1

please help me i will give brainliest thank you so much

Answers

The answer is 10 hours!

The problem can be made into the equation 8X + 50 = 130, with X being the hours worked. This can be solved like this:
8X + 50 = 130
8X = 80
X = 10

Hope this helps!

What are the values of } a and b ?
a=
b=

Answers

The values of a and b in the given triangle are;

a = 59° and b = 6

What is the value of the missing angle?

From the given image, it is clear that in Triangle YVW that we have;

YV = WV

Now, a triangle that has two sides equal  is referred to as an Isosceles triangle which means that the two base angles are equal. Thus;

∠Y = ∠W = 31°

Now, the sum of angles in a triangle is 180° and as such;

∠YVW = 180 - 2(31)

∠YVW = 118°

Since VX is perpendicular to YW and so;

a = 180 - (90 + 31)

a = 59°

Thus; ∠WVX = 59°

This means that WX = YX = 6

Thus, b = 6

Read more about missing angle at; https://brainly.com/question/20387554

#SPJ1

Write an expression for the height, h, of a cylinder with a volume of 547 cubic inches
in terms of its radius, r.

Answers

The expression for the height (h) in terms of radius r is h = 547/(∏r²).

What is a cylinder?

One of the most fundamental curvilinear geometric shapes, a cylinder has historically been a three-dimensional solid. It is regarded as a prism with a circle as its base in basic geometry. In several contemporary fields of geometry and topology, a cylinder can alternatively be characterized as an infinitely curved surface.

Given that the volume of the cylinder is 547 cubic inches.

The volume of a cylinder is V = ∏r²h

Where r is the radius of the cylinder.

h is the height of the cylinder.

Putting V = 547, r = r and h = h in V = ∏r²h

547 = ∏r²h

∏r²h = 547

Divide both sides by ∏r²:

h = 547/∏r².

To learn more about expression, click on below link:

https://brainly.com/question/25311881

#SPJ1

Student grades on a chemistry exam were: 77, 78, 75, 81, 89, 53; 79, 82, 84; 91 a. Select the stem-and-leaf plot of the data. Stem Leaf 5 3 6 7 5 7 8 9
8 1 2 4 9 9 1 Stem Leaf 50 53 60 70 75 77 78 79 80 81 82 84 89 90 91 Stem Leaf 5 53 6
7 77 78 75 79 8 81 89 82 84 9 91 Stem Leaf 5 3 6 7 7859 8 1924 9 1

Answers

The correct stem-and-leaf plot for the data is:

i. Stem: 5,6,7,8,9 Leaf: 3, , 5 7 8 9, 1 2 4 9, 1

This plot shows the distribution of the data values, with the stems representing the tens place and the leaves representing the ones place. For example, the value 53 is represented by the stem 5 and the leaf 3, and the value 82 is represented by the stem 8 and the leaf 2.

The other three stem-and-leaf plots are incorrect because they do not accurately represent the distribution of the data.

A stem-and-leaf plot is a graphical representation of data that shows the distribution of values. The stems represent the tens place and the leaves represent the ones place. It is useful for identifying patterns and trends in the data.

Read more about stem-and-leaf plots here:

https://brainly.com/question/8649311

#SPJ4

let days-on-the-market be the dependent variable and price be the independent variable. b-1. determine the regression equation

Answers

To determine the regression equation, we need to fit a line to the data that best describes the relationship between the dependent variable and the independent variable. The equation of the line is typically expressed in the form:

y = a + bx

where y is the dependent variable, x is the independent variable, a is the y-intercept (the point at which the line crosses the y-axis), and b is the slope of the line (the rate of change of y with respect to x).

If we determine that a = 10 and b = 0.5, the regression equation would be:

Days-on-the-market = 10 + 0.5 * price

This equation describes the relationship between the dependent variable (days-on-the-market) and the independent variable (price). It tells us that for every unit increase in price, the number of days on the market is expected to increase by 0.5.

Learn more Regression equation here:

https://brainly.com/question/26843436

#SPJ4

All changes Given: A(0,6), B(6,6), C(6,0), D(0,0); ZDAB, LABC, ZBCD, LCDA are right angles. Prove: ABCD is a square.

Answers

Since ABCD has four equal angles and four equal sides, then it is a square.

How to find the distance between two coordinates?

The formula for the distance between two coordinates (x₁, y₁) and (x₂, y₂) is;  Distance = √[(x₂ - x₁)² + (y₂ - y₁)²]

We are given the coordinates;

A(0, 6)

B(6, 6)

C(6, 0)

D(0, 0)

Thus;

AB = √[(6 - 0)² + (6 - 6)²]

AB = 6

BC = √[(6 - 6)² + (0 - 6)²]

BC = 6

CD = √[(0 - 0)² + (0 - 6)²]

CD = 6

AD = √[(0 - 0)² + (0 - 6)²]

AD = 6

Thus, we conclude that all the sides are equal and it is a square.

Read more about distance between two coordinates at; https://brainly.com/question/7243416

#SPJ1

Mr. Muehlenweg S class used 1 3/4 cups baking soda for an experiment. If his students performed the experiment 6 1/2 times, how much baking soda did they use?

Answers

Mr. Muehlenweg S class used 1 3/4 cups baking soda for an experiment. If his students performed the experiment 6 1/2 times, he used 19/4 baking soda.

Define subtraction.

To subtract in mathematics is to take something away from a group or a number of objects. The group's total number of items decreases or becomes lower when we subtract from it. The components of a subtraction issue are the minuend, subtrahend, and difference.

Given,

Mr. Muehlenweg S class used 1 3/4 cups baking soda for an experiment.

Converting mixed fraction to improper function

1 3/4 = 7/4

If his students performed the experiment 6 1/2 times,

Converting mixed fraction to improper function

6 1/2 = 13/2

Subtracting,

7/4 - 13/2

7/4 - 26/4

19/4

Mr. Muehlenweg S class used 1 3/4 cups baking soda for an experiment. If his students performed the experiment 6 1/2 times, he used 19/4 baking soda.

To learn more about subtraction, visit:

https://brainly.com/question/28734654

#SPJ1

Which of the following are factor pairs for 54?select all that apply.

Answers

Answer:

The Pair Factors of 54 are (1, 54), (2, 27), (3, 18), and (6, 9) and its Prime Factors are 1, 2, 3, 6, 9, 18, 27, 54.

Step-by-step explanation:

hope this helped:)

brainliest for the brains........................

The Pair Factors of 54 are (1, 54), (2, 27), (3, 18), and (6, 9) and its Prime Factors are 1, 2, 3, 6, 9, 18, 27, 54.

Here, we have,

The factors of 54 are the numbers, that can divide 54 completely or evenly. When a pair of factors are multiplied together to produce the 54, then they are said to be pair factors. The factors divide the number completely. Hence, these factors cannot be a fraction.

Factors of 54: 1,2,3,6,9,18,27 and 54

Factor pairs of the number 54 are the whole numbers which are not a fraction or decimal number.

To find the factors of a number, 54, we will use the factorization method.

To find factors of 54, we have to divide 54 by all natural numbers from 1 to 54.

54 ÷ 1 = 54

54 ÷ 2 = 27

54 ÷ 3 = 18

54 ÷ 6 = 9

To learn more on division click:

brainly.com/question/21416852

#SPJ6

The following expressions (-9a3b2 + 13ab5) and (-10ab5 + 12a3b2) represents the length and width of the pizza box respectfully. Find the perimeter of the pizza box. Express the perimeter of the pizza box in the order of descending exponents of a. Please use the palette below to input your answer.

Answers

The perimeter of the box has been obtained as 6a^3b^2 + 6ab^5.

What is the perimeter of the box?

We know that a box has the shape of a rectangle thus we would have to apply the formula for the area of a rectangle in this case and we would have;

P = 2(l + b)

P = perimeter

l =length

b = breadth

Then we have;

2[(-9a^3b^2 + 13ab^5) + (-10ab^5 + 12a^3b^2)]

Collect the like terms

2[(-9a^3b^2) + 12a^3b^2 + 13ab^5 +(-10ab^5)]

2[3a^3b^2 + 3 ab^5]

6a^3b^2 + 6ab^5

In  order of descending exponents of a, the perimeter is 6a^3b^2 + 6ab^5.

Learn more about perimeter:https://brainly.com/question/6465134

#SPJ1

5 - 2x^2+y^3 =-x^3 -3y then find (dy)/(dx) at the point (3,-2)

Answers

The value of the differentiation dy / dx will be 13 / 5.

What is calculus?

Calculus, also known as infinitesimal calculus or "the calculus of infinitesimals," is the mathematical study of continuous change, similar to how geometry studies shape and algebra studies generalizations of arithmetic operations.

Given that the expression is 5 - 2x²+y³ =-x³ -3y. The coordinate is (3,-2).

The value of dy / dx is calculated as,

5 - 2x²+y³ =-x³ -3y.

Differentiate the above equation with respect to x,

5 - 2x²+y³ =-x³ -3y

-4x + 3y² dy /dx = 3x² -3dy / dx

-4x - 3x² = (-3y² -3)dy/dx

dy /dx = [-4x - 3x²] / [ (-3y² -3) ]

Substitute the value of x and y in the above equation,

dy /dx = [-4x - 3x²] / [ (-3y² -3) ]

dy /dx = [-4 x 3- 3(3)²] / [ (-3(-2)² -3) ]

dy / dx = [ -12 - 27 ] / [ -15]

dy /dx = -39 /- 15 = 13 / 5

To know more about calculus follow

https://brainly.com/question/11623637

#SPJ1

A function is shown: f(x)= 2/3x+3
What is the value of f(18)?

Answers

Answer:

15

Step-by-step explanation:

When you see something like f (18), this means 18 needs to be plugged in for x

let's plug in 18

f (18) = [tex]\frac{2}{3} (18) + 3[/tex]

Let's solve

(18 × 2) ÷ 3 = 12

12 + 3 = 15

f (18) = 15

The value is of f(18) is 15.

If x + 3y^(1/3) = y what is dy/dx at the point (2,8)

Answers

The dy/dx at point (2,8) is 4/3

How to find dy/dx at a point?

From the information illustrated, x + 3y^(1/3) = y and point (2,8)

Find the derivative of this equation with respect to x and solve for dy/dx:

x + 3y^(1/3) = y

1 + [3 × 1/3 × y^(-2/3)]dy/dx = dy/dx

1 + [y^(-2/3)]dy/dx = dy/dx

dy/dx -  [y^(-2/3)]dy/dx = 1

dy/dx [1-  y^(-2/3)] = 1

dy/dx = 1/ [1 - y^(-2/3)]

At point (2,8), x = 2 and y = 8.

Substitute into dy/dx:

dy/dx = 1/ [1 - y^(-2/3)]

dy/dx = 1/ [1 - 8^(-2/3)]

dy/dx  = 1/ [1 - 1/4)]

dy/dx = 4/3

Learn more about dy/dx at a point on:

https://brainly.com/question/2948458

#SPJ1

What is a dominate number?

Answers

The (lower) domination number of a graph is the minimum size of a dominating set of vertices in , i.e., the size of a minimum dominating set. This is equivalent to the smallest size of a minimal dominating set since every minimum dominating set is also minimal.

Caroline baked cookies from a recipe that called for 3/4 cups of sugar she planned to triple the recipe how much sugar did she need?

Answers

The amount of sugar needed for the recipe to be tripled is 9 / 4 cups.

How to find the amount of sugar needed?

Caroline baked cookies from a recipe that called for 3/4 cups of sugar. she planned to triple the recipe. Therefore, the amount of sugar she needs is calculated as follows:

1 recipe = 3 / 4 cups of sugar

She wants to triple the recipe.

Hence,

1 recipe = 3 / 4 cups of sugar

3 recipe = ?

cross multiply

amount of sugar needed = 3 / 4 × 3

amount of sugar needed = 9 / 4

amount of sugar needed = 9 / 4 cups of sugars

learn more on cups here: https://brainly.com/question/7421436

#SPJ1

Which of these expressions is equivalent to log(16 • 14)?
CA. 16 log (14)
OB. log(16)+ log(14)
C. log(16) log(14)
D. log(16)-log(14)

Answers

The equivalent expression of log(16 × 14) is log 16 + log 14.

How to find equivalent expression?

Two expressions are said to be equivalent if they have the same value irrespective of the value of the variable(s) in them.

Equivalent expressions are expressions that have similar value or worth but do not look the same.

Therefore, the equivalent expression of log(16 × 14) can be found as follows:

using logarithm law,

The log of a product is the sum of the logs.

logₐ xy = logₐ x + logₐ y

Therefore,

log(16 × 14) = log 16 + log 14

learn more on equivalent expression here: https://brainly.com/question/28170201

#SPJ1

the line of best fit is given as y = 9 - 3x. Find the value of y when x = -3.

Answers

Answer:

y = 18

Step-by-step explanation:

Substitute the given x-value into the line of best fit

[tex]y = 9-3x[/tex]

[tex]y = 9-3(-3)[/tex]

[tex]y = 9 +9[/tex]

[tex]y = 18[/tex]

Answer:18

Step-by-step explanation:

9-3(-3)=18

At a meeting for math enthusiasts, two entrance fees are charged. Anyone who knows the code word “algemath” only pays 2 euros. Those who are unlucky and do not know the code word pay three euros more. You know that 7338 people were present and that the cashier received 17487 euros. How many people knew the password?

Answers

Number of People who knows the Code are 6401

What is Linear Equation in Two Variable?

A linear equation in two variables is one that is stated in the form ax + by + c = 0, where a, b, and c are real integers and the coefficients of x and y, i.e. a and b, are not equal to zero.

Solution:

Let, Number of People who kows the Code be x

Number of Peoplee who do not know the Code be y

According to the Question:

x + y = 7338 ----------(i)

2x + 5y = 17487 ----------(ii)

Multiplying Equation (i) by 2

2x + 2y = 14676 ---------(iii)

Substracting Equation (iii) from Equation (ii)

3y = 2811

y = 937

This means x = 6401

To learn more baout Linear Equation in Two ariables from the given link

https://brainly.com/question/24085666

#SPJ1

Find the value of x.

Answers

Answer:

x=142

Step-by-step explanation:

47+95=x

x=142

the two angles equal x

There are three (3) different sections to sit at a stadium.The number if people who can sit in each section is described below.

~ Red section seats 200 people
~ Blue section seats 20 fewer people than the red section
~ Green section seats 2 times as many people as the blue section


What is the total number of people who can sit in the stadium when it is full?
How did you get an answer?

Answers

Answer:

Therefore, when the stadium is full, a total of 740 people can sit in the three sections.

Step-by-step explanation:

The red section seats 200 people.

The blue section seats 200 - 20 = <<200-20=180>>180 people.

The green section seats 180 * 2 = <<180*2=360>>360 people.

The total number of people who can sit in the stadium is 200 + 180 + 360 = <<200+180+360=740>>740 people.

Step-by-step explanation:

this is a college level question ?

and you don't know how to do this (because doing this yourself would have been much faster than posting the question and looking for the answer here) ?

oh my ...

red = 200

blue = red - 20 = 200 - 20 = 180

green = 2×blue = 2×180 = 360

total number = 200 + 180 + 360 = 740

Other Questions
Lectura: Preguntas Escoge la respuesta correcta a estas preguntas sobre la Lectura. What is the poem view of pig about? What is chemical safety and why it is important? What did Roosevelt believe was the purpose of government? What is the theme of slavery in Robinson Crusoe? Why do we need to be careful in handling chemical? instead of ending in death and downfall for the main character, it ends in that person's triumph, elevation, marriage, or some other positive, desired outcome. Can a single snail reproduce? jordan bought a bond that pay $40 annual payment and that paid 4% interest (the rate of interest he will earn if the bond matures). ten years later, he received $1,000. the market value of this bond is? Prompt: Is the American dream valid? Why or why not Which excerpt from the Odyssey demonstrate the importance of hospitality in Greek society O father? A client who recently was told by her primary healthcare provider that she has extensive terminal metastatic carcinoma of the breast tells the nurse that she believes an error has been made. She states that she does not have breast cancer, and she is not going to die. The nurse determines that the client is experiencing which stage of death and dying?a. Angerb. Denialc. Bargainingd. Acceptance What is the range of the function 4? A ball on a string is swung in a horizontal circle at a constant speed of 4.3m/s. The centripetal acceleration of the ball is 24.7 m/s^2. The mass of the ball is 3.2kg.What is the length of the string?Please show all work thank you so much! Solve this equation (Shown in the screenshot below) what is a primary disadvantage of the dividend growth model compared to the capital asset pricing model for estimatinng the cost of equity You ask 50 of your classmates if they have any siblings. Complete the two-way frequency table to show the results of the survey. Write two supporting questions that will help you answer the question: How did the spread of hinduism, buddhism, and islam spread throughout asia affect each religion? What does dialect do for the reader? American Gothic Literature: TutorialHide Sample AnswerPart BWhich sentence from the excerpt uses foreshadowing?BIUX X 15pxThe setting describes a mysterious tree and strange noises. These descriptions reveal an atmosphere of anxiety and fear, which are characteristicsof gothic literature.Space used (includes formatting): 0/15000AVA EEEEEESubmitS8 of 2818:3Save & Ex The Legend of Sleepy Hollow