Period:
9) Maria walked 20 miles yesterday. Today she walked 30 miles. What was the percent of increase Maria walked?
10) Pedro goes to 70 % of the basketball teams games. If the basketball team plays 20 games, how many did he go to?
11) Your bill at a restaurant comes to $ 24.00. You want to leave a 15% tip. What is your final bill?
12) Monica wants to buy a bag of Taxis for $13.50. If the store is having a discount of 20% off, how much is she spending?
13) How much interest is earned on $ 100 at 70 % for 9 years?
14) How much interest is earned on a $42 investment at 5 % for three years?

Period:9) Maria Walked 20 Miles Yesterday. Today She Walked 30 Miles. What Was The Percent Of Increase

Answers

Answer 1

The percent of increase Maria walked if found as the 50%.

Explain the term percent increase?The amount that a percentage has increased over time is expressed as a percent increase.One would need to figure out the difference between the initial value and the final value, subtract to determine the precise sum of the drop, in order to arrive at this amount.

The formula for the percentage increase is given as;

Percent increase = Increase / original number x 100

original number = 20 miles

Increase = 30 miles - 20 miles

Increase = 10 miles

So,

Percent increase = 10 / 20 x 100

Percent increase = 50%

Thus, the percent of increase Maria walked if found as the 50%.

To know more about the percent increase, here

https://brainly.com/question/11360390

#SPJ1

The correct question is-

9) Maria walked 20 miles yesterday. Today she walked 30 miles. What was the percent of increase Maria walked?


Related Questions

Suppose that a vending machine service company models its income by assuming that money flows continuously into the machines, with the annual rate of flow given by f(t) = 160e0.03tin thousands of dollars per year. Find the total income from the machines over the first 5 years. (Round your answer to the nearest thousand dollars.)$______

Answers

The total income from the machines over the first 5 years is $185.89

How to determine the total income from the machines over the first 5 years

From the question, we have the following parameters that can be used in our computation:

f(t) = 160e0.03t

Where

t = Number of yearsf(t) = thousands of dollars per year

Rewrite the function properly

so, we have the following representation

f(t) = 160e⁰.⁰³ⁿ

The above function is an exponential function

So: In the first 5 years, we have the value of t to be 5

This is represented as follows

t = 5

Substitute the known values in the above equation, so, we have the following representation

f(5) = 160e⁰.⁰³ ˣ ⁵

Evaluate the product of the exponents

f(5) = 160e⁰.¹⁵

The products above give

f(5) = 185.89

Hence, the total income is $185.89

Read more about functions at

https://brainly.com/question/28277110

#SPJ1

what is 309x317/9-4+7/8x3

Answers

Answer:

[tex]340.11[/tex] or [tex]\frac{32651}{96}[/tex].

Step-by-step explanation:

1. Write the expression.
[tex]\frac{\frac{309*317}{9-4+7}}{8x3}[/tex]

2. Add parentheses to the expression.

[tex]\frac{(\frac{309*317}{9-4+7})}{8x3}[/tex]

3. Solve the main denomonator.

[tex]\frac{(\frac{309*317}{9-4+7})}{24}[/tex]

4. Solve the secondary denominator.

[tex]\frac{(\frac{309*317}{12})}{24}[/tex]

5. Solve the secondary numerator.

[tex]\frac{(\frac{97953}{12})}{24}[/tex]

6. Solve the main numerator.

[tex]\frac{(8162.75)}{24}[/tex]

7. Simplify the fraction.

[tex]340.11[/tex] or [tex]\frac{32651}{96}[/tex].

what is the population standard deviation?

Answers

The population standard deviation [tex]\sigma[/tex] is 6.697.

What is the mean absolute deviation?

The average distance between each data item and the mean is known as the mean absolute deviation.

The gap between each data value and the mean in absolute terms is represented by this average.

The given data set can be arranged as 4, 7, 8, 10, 12, 12, 15, 18, 23, 26.

Mean[tex](\overline{x})[/tex] = (4 + 7 + 8 + 10 + 12 + 12 + 15 + 18 + 23 + 26)/10.

Mean[tex](\overline{x})[/tex] = 135/10 = 13.5.

We know variance[tex](\sigma)[/tex] = [tex](\[ \sum_{i=1}^{n}x_i^2 \]/n) - \overline{x}^2[/tex].

= (4² + 7² + 8² + 10² + 12² + 12² + 15² + 18² + 23² + 26²)/10 - (13.5)².

= (16 + 49 + 64 + 100 + 144 + 144 + 225 + 324 + 529 + 676)/10 - 182.25.

= 44.85

And we also know the standard deviation is [tex]\sqrt{\sigma}[/tex] = [tex]\sqrt{44.85}[/tex] = 6.697

learn more about variance here :

https://brainly.com/question/29505178

#SPJ1

an application is using a two-dimensional list defined as follows: write a statement that creates an empty two-dimensional list named values with 4 rows and 3 columns. write nested loops that get an integer value from the user for each element in the list, example: values

Answers

Complete Question :

An application is using a two-dimensional list defined as follows: 1. Write a statement that creates an empty two-dimensional list named values with 4 rows and 3 columns. 2. Write nested loops that get an integer value from the user for each element in the list, for example: values= [[1, 2, 3], [10, 20, 30], [100, 200, 300],[1000, 2000, 3000]] 3. Write a function named row_values that accepts values as argument and returns the sums of each row and displays the result as a list named row 4. Write a function named column_values that accepts values as arguments and returns the sums of each column and displays the result as a list named column 5. Write a function called sum_values that sums all the elements of the array and displays the result.

Sum of rows : [ 6, 60, 600, 6000 ]

Sum of columns : [ 1111, 2222, 3333]

Sum of all elements : 6666

The nested loops are :

Enter a number at row 0, and column 0 : 1

Enter a number at row 0, and column 1 : 2

Enter a number at row 0, and column 2 : 3

Enter a number at row 1, and column 0 : 10

Enter a number at row 1, and column 1 : 20

Enter a number at row 1, and column 2 : 30

Enter a number at row 2, and column 0 : 100

Enter a number at row 2, and column 1 : 200

Enter a number at row 2, and column 2: 300

Enter a number at row 3, and column 0 : 1000

Enter a number at row 3, and column 1 : 2000

Enter a number at row 3, and column 2 : 3000

To read more about nested loops, visit https://brainly.com/question/29973787

#SPJ4

Solve the system if we x-3y=0 and 3x-6y=9 by combining the equations.

Answers

Step-by-step explanation:

Hope u get it x=3×3

x=9

It didn't include in the photo

A wooden box is in the shape of a regular pentagonal prism. The sides, top, and bottom of the box are 1 centimeter thick. Approximate the volume of wood used to construct the box. Round your answer to the nearest tenth.

Answers

The volume of the pentagonal prism as per the given values is obtained as 2.5 cm³.

What is a pentagonal prism?

A pentagonal prism has two pentagonal surfaces on the top and the bottom. It has ten vertices, 15 edges and 7 faces. The number of rectangular surfaces are five.

The expression for the volume of a regular pentagon is given as V =  5/2 × abh

Where h is the height and a and b are the length of the sides.

Now, the value of a, b and h as per the question is given as,

a = b = h = 1.

Then, the volume can be calculated as,

V = 5/2 × 1 ×1 × 1
   = 2.5

Hence, the volume of the regular pentagonal prism  is given as 2.5 cm³.

To know more about a pentagonal prism click on,

https://brainly.com/question/26709266

#SPJ1

Graph the rational function Start by drawing the vertical and horizontal asymptotes. Then plot two points on each piece of the graph. Finally, click on the graph-a-function button X ?

Answers

The horizontal and vertical asymptotes for the function f(x) =6/(-2x +1) is equal to y = 0 and x = 1/2 respectively.

Graph is attached.

As given in the question,

Given function is :

f(x) =6 /(- 2x +1)

f(x) = y

Degree of the numerator is zero

Degree of the denominator is 1.

Degree of denominator is greater than the degree of numerator.

Function represent the horizontal asymptotes for y =0

To get the vertical asymptotes equate denominator equals to zero

(- 2x +1) = 0

⇒2x = 1

⇒x = 1/2

Vertical asymptotes is given by x =1/2.

Graph is attached.

Therefore , the horizontal and vertical asymptotes for the given function is equal to y=0 and x =1/2 respectively.

The above question is incomplete, the complete question is:

Graph the rational function. f(x) =6 /(- 2x +1) Start by drawing the vertical and horizontal asymptotes. Then plot two points on each piece of the graph. Finally, click on the graph-a-function button X.

Learn more about asymptotes here

brainly.com/question/4084552

#SPJ4

exercise 28 a sample of 20 joint specimens of a particular type gave a sample mean proportional limit stress of 8.52 mpa and a sample standard deviation of 0.78 mpa.

Answers

A 95% % lower confidence bound for the true average proportional limit stress of all such joints is 8.01.

In the given question, a sample of 20 joint specimens of a particular type gave a sample mean proportional limit stress of 8.52 mpa and a sample standard deviation of 0.78 mpa.

We have to calculate and interpret a 95% lower confidence bound for the true average proportional limit stress of all such joints.

Sample size: n = 13

Sample mean: x’ = 8.52 mps

Sample standard deviation: s = 0.78 mps

95% lower confidence bound for the true average proportional limit stress of all such joints

Level of Significance (α) = 1-95% = 5% = 0.05

α/2 = 0.025

So the value of t(α/2) = 1.8

The confidence interval = x’± t(α/2)*s/√n

Now putting the value:

The confidence interval = 8.41± (1.8)*(0.78)/√12

The confidence interval = 8.41± (1.8)*(0.226)

The confidence interval = 8.41± 0.4068

The confidence interval = (8.41- 0.4068, 8.41+ 0.4068)

The confidence interval = (8.01, 8.82)

A 95% % lower confidence bound for the true average proportional limit stress of all such joints is 8.01.

To learn more about confidence interval link is here

brainly.com/question/24131141

#SPJ4

The right question is:

A sample of 12 joint specimens of a particular type gave a sample mean proportional limit stress of 8.41 mpa and a sample standard deviation of 0.78 mpa.

Calculate and interpret a 95% lower confidence bound for the true average proportional limit stress of all such joints. (Round your answer to two decimal places.)

What is the area of this triangle?
Enter your answer in the box.
units?

Answers

Answer:

Below

Step-by-step explanation:

If you turn it sideways and use the y-axis portion as the base (4)  , you can see height = 5

Area = 1/2 * b * h =    1/2 *  4 *5 = 10 units^2

HELP ASAP
3. If the aspect ratio of a tire is 50%, width 10 inches, and the rim diameter is 19 inches, what is the tire diameter?
a. 59in b. 35.8in
d. 49in

4. The standard print paper is 11" by 8.5 in. What is the aspect ratio of a standard print paper?
a. 11:8
c. 8.5
c. 29 in
b. 22:17
d. 11

Answers

3) The tire diameter using the aspect ratio is; 29 inches

4) The aspect ratio of a standard print paper is; 22:17

How to solve aspect ratio problems?

The aspect ratio is defined as the relationship between the width and height.

Now, in this case, the aspect ratio must be in whole numbers and not decimals and as such we can solve as follows;

3) We are told that the aspect ratio of a tire is 50%.

Thus, the aspect ratio is; 50/100 = 1/2 or 1:2.

Now, we are told that width 10 inches, and the rim diameter is 19 inches, then it means that the tire diameter = 10/2 + 19 + 10/2 = 29 inches

4) The standard print paper is 11" by 8.5. This can also be written as;

11 by 17/2 or 11 * 2 : 17

= 22:17

This then gives us the aspect ratio.

Read more about aspect ratio at; https://brainly.com/question/21735495

#SPJ1

The window measures 32 inches wide 48 inches tall to put lights around the window how many inches will I need

Answers

Answer: 160 inches

Step-by-step explanation:

To put lights around the window, you will need a total of 32 + 48 + 32 + 48 = <<32+48+32+48=160>>160 inches of lights. You will need this much light to go completely around the window.

PLEASE ANSWERE ASAP

If BC = 16.7 ft, what is AY?

Answers

The length of segment AY is 16.7 ft if the length of segment BC is 16.7 ft

How to determine the length of the side length AY

From the question, we have the following parameters that can be used in our computation:

BC = 16.7 ft

The measures of the angles are not given

However, the marks on the side lengths imply that:

The points A, B and C divides the line segments XY, XZ and YZ into equal segmentsThe parallel segments are equal segments

Using the above as a guide, we have the following:

AY = BC

This is because these segments are parallel segments

Recall that parallel segments are equal segments

Substitute the known values in the above equation, so, we have the following representation

AY = 16.7

Hence, the length of AY is 16.7 ft

Read more about triangles at

brainly.com/question/14285697

#SPJ1

Keisha and David each found the same value for cos0, as shown below, given sin0=-8/17. Keisha's Solution
tan²8+1 = sec²e
sin² e
cos² e
=+1=
17
cos² e
(-) + Co
+1=
1
cos² e
cos² e
+ cos²9=1
64
cos 9-1-
-- 289
15
cose=17
David's Solution
sin²+ cos² = 1
cos²8-1-(-17)
Со
cos = ±
225
289
15
cose=¹17 whose procedure is correct?

Answers

The procedure is correct is  1 + tan²(theta) = sec²(theta)

What is  Fraction?

Any number of equal parts is represented by a fraction, which also represents a portion of a whole. A fraction, such as one-half, eight-fifths, or three-quarters, indicates how many components of a particular size there are when stated in ordinary English.

And

cos²(theta) = 1 - sin²(theta)

Are both valid identities

Keisha and the David.

As per the question Kisha and the David found the same value of the cosine theta as given by the  Sine theta = Negative Start Fraction 8 Over 17 End Fraction. The Keisha solution and the Davis solution for the solution were tan-squared (theta) + 1 = sec-squared (theta).

Thus the answer is both procedures are correct.

As they both wanted to find the solutions to the numerical problems they made two different methods.

Such as the Sine theta = Negative Start Fraction and the tan-squared (theta) + 1 = sec-squared (theta).

Hence both options are the same and true.

Learn more about the Fraction

https://brainly.com/question/8482939

#SPJ1

question does each function describe exponential growth or decay? drag and drop the equations into the boxes to correctly complete the table. put responses in the correct input to answer the question. select a response, navigate to the desired input and insert the response. responses can be selected and inserted using the space bar, enter key, left mouse button or touchpad. responses can also be moved by dragging with a mouse. growth

Answers

A set-to-set function f is a relation that assigns one element of the set A to each element of the other set B. The set A is the domain of the function (also called the set of inputs) and the set B contains the range (also called the set of outputs).

Let's denote f as exponential function with the base 'a':

                                  f(x) = a ˣ

where, a > 0 and a ≠ 1 and x is any real number.

1. Not an exponential function:

We have the following equation:

[tex]y = 100 (1 - 12)^{t}[/tex]

We can write the equation as:

[tex]y = 100 (-11)^{t}[/tex]

Let's denote f as exponential function with the base 'a':

                                  f(x) = a ˣ

where, a > 0 and a ≠ 1 and x is any real number.

Therefore: a must be more than 01.

In this problem, a = -11, therefore this is not an exponential function.

2. Growth.:

The function:

[tex]y= 0.1(1.25)^{t}[/tex]

The above equation is an exponential function because is a function of the form

[tex]f(t) = ka^t[/tex]

where, a > 0 and k is constant

Therefore, k = 0.1 and  a = 1.25 . So, a is greater than 1.

3. Growth:

The function:

[tex]y = {(1 - 0.03)12}^2t[/tex]

The above equation can be written as:

[tex]y = 11.64^{2t}[/tex]

which  is an exponential function because is a function of the form

[tex]f(t) = a^{bt}[/tex]

where, a > 0 and b is constant.

So, a = 11.64 and b = 4 . Since a is greater than 1.

4. Decay:

The function:

[tex]y = 426(0.98)^t[/tex]

This is an exponential function because is a function of the form

[tex]f(t) = ka^t[/tex]

where, a > 0 and k is constant

So, k = 426 and a = 0.98. Since, a is less than 1.  

5. Growth:

The function:

[tex]y = 2050(12)^t[/tex]

This is an exponential function because is a function of the form

[tex]f(t) = ka^t[/tex]

where, a > 0 and k is constant.

So, k = 2050 and a = 12  . Since, a is greater than 01.  

Learn more about Exponential Function:

https://brainly.com/question/15352175

#SPJ4

A laser rangefinder is locked on a comet approaching Earth. The distance g(x) , in kilometers, of the comet after x days, for x in the interval 0 to 42 days, is given by g(x)=300,000csc(π42x) .

Answers

a. The blue line represents g(x) = 250,000csc(π30x).

b. g(5) = 25,000 km. This is the distance of the comet from Earth after 5 days.

c. The minimum distance between the comet and Earth is 250,000 km, which occurs when x = 0. This corresponds to the constant csc(π30x).

d. The equation has a vertical asymptote at x = 30/π.

Write the solution to following questions:a. Graph the value of x on the range [0,35].b. Analyze g(5) and explain the results.c. What is the shortest path the comet must take to reach Earth? When does this take place? What equation constant does this match up to?d. Find any vertical asymptotes and explain their significance.

a. Graph g(x):

To graph g(x), we can plot several points on the interval [0,35] and then connect them to form a graph of the function. For example, we can plot the points (0,250,000), (5,50,000), (10,25,000), (15,16,667), (20,12,500), (25,10,000), (30,8,333) and (35,7,143). Connecting these points will give us a graph of the function g(x).

b. Evaluate g(5):

The value of g(5) can be found by plugging in x = 5 into the equation: g(5) = 250,000 csc(π30*5) = 50,000 km. This means that after 5 days, the comet will be 50,000 km away from Earth.

c. Minimum distance between the comet and Earth:

The minimum distance between the comet and Earth can be found by taking the derivative of the equation and setting it to 0.

d. Vertical Asymptotes:

The vertical asymptotes of g(x) occur at x = 0 and x = 30. This means that the comet approaches an infinitely large distance from Earth at x = 0 and x = 30.

To learn more about asymptotes refer to:

https://brainly.com/question/4138300

#SPJ1

If a loading ramp is placed next to a truck, at a height of 8 feet, and the inclined portion of the ramp is 23 feet long, what angle (in degrees) does the ramp make with the ground?

Answers

Answer:

≈20.35°

Step-by-step explanation:

height = 8

hypotenuse =23

angle is x

sin(x) =8/23

[tex]sin^{-1} (\frac{8}{23} )[/tex] ≈20.35°

x is about ≈20.35°

The ramp makes an angle of approximately 20.86 degrees with the ground.

Given that there is a truck with a ramp at a height of 8 feet the size of the ramp is 23 feet,

we need to find the angle ramp make with the ground.

To find the angle that the ramp makes with the ground, we can use the sine function.

The sine of an angle is equal to the opposite side divided by the hypotenuse in a right triangle.

In this case, the opposite side is the height of the ramp (8 feet), and the hypotenuse is the length of the inclined portion of the ramp (23 feet).

Let's calculate the angle:

sin(angle) = opposite/hypotenuse

sin(angle) = 8/23

To find the angle, we need to take the inverse sine (or arcsine) of both sides of the equation:

angle = arcsin(8/23)

We can find the approximate value of the angle:

angle ≈ 20.86 degrees

Therefore, the ramp makes an angle of approximately 20.86 degrees with the ground.

Learn more about sine function click;

https://brainly.com/question/23556818

#SPJ2

The table represents a linear relationship. x −2 0 2 4 y −1 0 1 2 Which of the following graphs shows this relationship?

Answers

The graph that shows the linear relationship of the table is attached below.

How to Find the Graph that Represent a Linear Relationship?

To determine the graph of a linear relationship, do the following:

Find the slope or rate of change = change in y / change in x.Determine the y-intercept which is the value of y when x = 0, and it represents the value on the y-axis where the line intercepts.

Given the table which represents a linear relationship above, use two pairs of values, (0, 0) and (2, 1) to find the slope:

Slope = change in y / change in x = (1 - 0) / (2 - 0)

Slope = 1/2.

The y-intercept (b) = 0.

Thus, this means that the graph of the linear relationship will have a slope of 1/2 and crosses the y-axis at 0.

Thus, the graph is shown below.

Learn more about the graph of linear relationship on:

https://brainly.com/question/7040405

#SPJ1

Given the points (1, -4) and (4, 5), construct two equations in point slope form using each of the points. Construct and upload the graph of the line. Show your work and upload your graph for your teacher to review.

Answers

The equation of line passes through the points (1, -4) and (4, 5) will be;

⇒ y = 3x - 7

What is Equation of line?

The equation of line in point-slope form passing through the points

(x₁ , y₁) and (x₂, y₂) with slope m is defined as;

⇒ y - y₁ = m (x - x₁)

Where, m = (y₂ - y₁) / (x₂ - x₁)

Given that;

Two points on the line are (1, -4) and (4, 5).

Now,

Since, The equation of line passes through the points (1, -4) and (4, 5)

So, We need to find the slope of the line.

Hence, Slope of the line is,

m = (y₂ - y₁) / (x₂ - x₁)

m = (5 - (-4)) / (4 - 1)

m = 9 / 3

m = 3

Thus, The equation of line with slope 3 is,

⇒ y - (-4)= 3 (x - 1)

⇒ y + 4 = 3x - 3

⇒ y = 3x - 3 - 4

⇒ y = 3x - 7

Therefore, The equation of line passes through the points (1, -4) and (4, 5) is given as;

⇒ y = 3x - 7

Learn more about the equation of line visit:

https://brainly.com/question/18831322

#SPJ1

a line passes through the point (-6,3) and has a slope of 3/2

Answers

The equation of slope intercept form is y = 3/2x + 12 if a line passes through the point (-6,3) and has a slope of 3/2.

Define slope intercept form.

The line with m as the slope, m and c as the y-intercept is the graph of the linear equation y = mx + c. The values of m and c are real integers in the slope-intercept form of the linear equation. The slope, m, is a measure of how steep a line is. The equation of a straight line that passes through a particular point and is inclined at a specific angle to the x-axis can be found using the point slope form. Every point on a line must satisfy the equation for the line in order for it to exist. This implies that a line is represented by a linear equation in two variables.

Given

A line passes through the point (-6,3)

and has a slope of 3/2

Slope intercept form

y = mx + b

Equation,

y - 3 = 3/2(x - (-6))

y - 3 = 3/2(x+6)

2y - 6 = 3x + 18

2y = 3x + 24

y = 3/2x + 12

The equation of slope intercept form is y = 3/2x + 12 if a line passes through the point (-6,3) and has a slope of 3/2.

To learn more about slope intercept form, visit:

https://brainly.com/question/11688575

#SPJ1

Knowledge Check
Find x
x=

Answers

Answer:

x is 44 Hope that helps.

Question 1-5
The expression (4c-3d)(3c+d) is equivalent to:
O 12c² 13cd 3d²
O 12c²
O 12c²
O 12c²
O 12c²
13cd3d²
5cd 3d²
5cd +3d²
3d²

Answers

The expression (4c − 3d)(3c + d) is equivalent to 12c² - 5cd - 3d²

What is Expression?

An expression is combination of variables, numbers and operators.

(4c − 3d)(3c + d) is the given expression.

Four times c minus three times d into three times f c plus d.

In the given expression c and d are variables.

Plus and minus are operators.

We need to find the equivalent expression of (4c − 3d)(3c + d).

(4c − 3d)(3c + d)

4c(3c+d)-3d(3c + d)

Apply the distributive property.

12c² + 4cd - 9cd - 3d²

Add the like terms

12c² - 5cd - 3d²

Hence, 12c² - 5cd - 3d² is the equivalent expression of (4c-3d)(3c+d).

To learn more on Expressions click:

https://brainly.com/question/14083225

#SPJ1

Find the degree to the nearest point

Answers

The degree to turn before walking 673 paces is 59 degrees

How to determine the degree to walk?

From the question, we have the following parameters that can be used in our computation:

Lengths = 989 paces, 673 paces and 861 paces

These paces can be represented as

x = 989

y = 673

z = 861

The measure of the required angle (angle Z) i.e.  the degree to walk can be calculated using the following cosine rule

z² = x² + y² - 2xy * cos(Z)

Substitute the known values in the above equation, so, we have the following representation

861² = 989² + 673² - 2 * 989 * 673 * cos(Z)

Evaluate the exponents, the products and the summation

So, we have the following representation

741321 = 1431050 - 1331194 * cos(Z)

Evaluate the like terms

- 1331194 * cos(Z) = -689729

Divide both sides by  - 1331194

cos(Z) = 0.51812808651

Take the arc-cos of both sides

Z = 58.7

Approximate

Z= 59 degrees

Hence, the measure of the angle is 59 degrees

Read more about angles at

https://brainly.com/question/7620723

#SPJ1

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

Answers

Answer:

x = - 3

Step-by-step explanation:

2(x - 6) + 2 = 4x - 4 ← distribute parenthesis on left side and simplify

2x - 12 + 2 = 4x - 4

2x - 10 = 4x - 4 ( subtract 4x from both sides )

- 2x - 10 = 4x - 4 ( add 10 to both sides )

- 2x = 6 ( divide both sides by - 2 )

x = - 3

Answer:

SOLUTION

2(X-6)+2=4X-4

open the blanket by multiplication

2x-12+2=4x-4

2x-10=4x-4

collect like term

2x+4x=-4+10

6x=6

divide both side by 6

x=1

Write the expression \[\frac{4+6a}{5}-\frac{1+3a}{4}\] as a single fraction.

Answers

The expression [tex]\[\frac{4+6a}{5}-\frac{1+3a}{4}\][/tex] as a single fraction is [tex]\frac{9a-11}{20}[/tex]

What is algebraic expression ?

In mathematics, an expression that incorporates variables, constants, and algebraic operations is known as an algebraic expression (addition, subtraction, etc.). Terms comprise expressions.

According to question

⇒     [tex]\[\frac{4+6a}{5}-\frac{1+3a}{4}\][/tex]

⇒   taking LCM of 4, 5 = 20

now [tex]\[\frac{4(4+6a)-5(1+3a)}{20}[/tex]

⇒ (16 +24a - 5 - 15a)/20

⇒ ((24a - 15a) - (16-5))/20

⇒ (9a - 11)/20

hence, the expression  [tex]\[\frac{4+6a}{5}-\frac{1+3a}{4}\][/tex] as a single fraction is [tex]\frac{9a-11}{20}[/tex]

To learn more about  Algebraic expression  , check out

https://brainly.com/question/953809

#SPJ1

Which property justifies the statement below? X(y+5)=xy+5x

Answers

Distributive property

find two polynomials whose difference is 2x^2 + x + 4

Answers

The two polynomials whose difference is 2x^2 + x + 4 are

6x² + 3x + 5 and 4x² + 2x + 1.

What is a polynomial?

Polynomial is an equation written as the sum of terms of the form kx^n.

where k and n are positive integers.

We have,

The difference between the two polynomials is 2x² + x + 4.

The two polynomials are:

6x² + 3x + 5 _____(1)

4x² + 2x + 1 ______(2)

The difference between (1) and (2)

6x² + 3x + 5 - 4x² - 2x - 1

2x² + x + 4

Thus,

The two polynomials are 6x² + 3x + 5 and 4x² + 2x + 1.

Learn more about polynomials here:

https://brainly.com/question/2284746

#SPJ1

Evaluate the expression for the given value of the variable 4c - 3. C= -2

Answers

Answer:

-11

Step-by-step explanation:

4c - 3   Substitute -2 for c

4(-2) - 3

-8 - 3

-11

Answer:

-11

Step-by-step explanation:

We are given the value of c, so we just need to plug it in. We can do this by replacing "c" with "-2" in our given expression.

4c - 3 ⇒ 4(-2) - 3

Now, we can simplify this.

-8 - 3 = -11

Learn more about evaluating expressions by reviewing these answers!

⊕ https://brainly.com/question/13322249

⊕ https://brainly.com/question/16980257

The Picture and Sound electronics store has hired Brennan to work in the warehouse. He uses a pulley with a hand crank to lift heavy boxes. He turns the crank 15 times to lift a box 15 feet. He turns the crank 45 times to lift a box 45 feet.
In this relationship, x represents the number of times Brennan turns the crank to lift a box, and y represents the height the box has been lifted (in feet).
Graph two points for this relationship and the line passing through them.

Answers

The graph (created with MS Excel) of the height the box is lifted to the number of times Brennan turns the crank to lift the box which is the graph of the proportional relationship, y = x, is attached.

What is a proportional relationship?

A proportional relationship is one in which one variable (the output variable) is a constant multiple of the another variable known as an input variable.

The number of times Brennan turns the crank = x

The height to which the box is lifted = y

The points on the graph are; (15, 15), and (45, 45)

The ratio of the y-values to the x-values is 15/15 = 45/45 = 1, which indicates that the relationship is a proportional relationship

A point on the graph of a proportional relationship is the point (0, 0), therefore, the points on the graph are; (0, 0), (15, 15), and (45, 45)

Please find attached the graph of the proportional relationship between the number of times Brennan turns the crank to the height to which the box is lifted created with MS Excel

The relationship between the variables x and y is; y = x

Learn more about proportional relationships here:

https://brainly.com/question/19752715

#SPJ1

Monique buys a $4700 air conditioning system using an installment plan that requires 15% down. How much is the down payment

Answers

The value of down payment will be;

⇒ $705

What is mean by Percentage?

A number or ratio that can be expressed as a fraction of 100 or a relative value indicating hundredth part of any quantity is called percentage.

Given that;

Monique buys a $4700 air conditioning system using an installment plan that requires 15% down.

Now,

Since, Monique buys a $4700 air conditioning system using an installment plan that requires 15% down.

Hence, The value of down payment = 15% of $4700

                                                        = 15/100 × 4700

                                                        = 15 × 47

                                                        = 705

Thus, The value of down payment = $705

Learn more about the percent visit:

https://brainly.com/question/24877689

#SPJ1

write an algorithm, using pseudocode, to make the robot: 1. stand up 2. walk forward until it senses a wall 3. turn around 4. walk back to the chair 5. sit down in its original starting position finally, output the total number of steps taken.

Answers

We had written an algorithm, using pseudo code.

//Define the required variables.

total_number_of_steps = 0

number_of_steps = 0

//robot stands up to walk.

stand

//the robot moves forward till the wall is not reached.

while (wall is not reached)

//the robot senses the wall with the help of arms.

raise arms

sense_the_wall

if (wall is not there)

//if the wall is not found, the robot lowers the arms

lower arms

//if wall is not detected, the robot moves forward.

step_forward

//increment the number of steps forward.

number_of_steps=number_of_steps+1

//increment the total number of steps.

total_number_of_steps=total_number_of_steps+1

else

exit

end if

end while

//else if the wall is found, lower the arms

lower arms

//the robot turns 90 degrees right once.

turn_right_90

//the robot turns 90 degrees right again.

turn_right_90

//till the number of steps does not reach 0, move

for (number_of_steps! = 0)

step

//increment the total number of steps.

total_number_of_steps=total_number_of_steps+1

//the robot moves backwards on detecting the wall, so

//decrement the number of steps.

number_of_steps = number_of_steps-1

//end the for loop.

end for

//the robot turns 90 degrees left once.

turn

//the robot turns 90 degrees left again.

turn

//the robot sits down.

sit

//display the total number of steps taken by robot

display total_number_of_steps

The last line ends the pseudocode

Stop

For more such question on pseudocode.

https://brainly.com/question/24953880

#SPJ4

Other Questions
Round 24.07 to the nearest tenths. Its for an app it got a number line an intoxicated person can never enter a legally binding agreement, because being intoxicated compromises one's decision making abilities. T/F Tanya drives to school every morning. Which is an outside influence on her driving behavior? severe headachebad temperquick reflexesnearby pedestrians Physiological or psychological thinking was given official recognition in the 17th century when the Roman Church officially supported -----. What two union border states continued to practice slavery up until the 13th amendment was ratified? HEPPPP ASPP!!! PLEASE I BEG YOU !! John is having a new deck built. He paid $485 for the required materials, and he will pay his brother $25 an hour to build the deck. Which table shows the relationship between h, the number of hours johns brother works, and c, the total cost of the project ? Tavia is a student who has read about the problems single-use plastics can cause. What is one action she can take to address the issue?buy reusable straws instead of plastic onescompost plastic containers and materialspass legislation about plastic productsban plastic bags in her community Which of the following correctly describe cellprotection in spreadsheet software? Choose allthat apply.O Cell protection is a security feature used tolimit changes and visibility of data.The contents of an unlocked cell cannot bemodified.By default, cells are locked and not hidden.Once activated, cell protection is guaranteed. In 35 words or fewer, describe a major distinction between free-marketsystems and command economies. Which of the following best describes the urban-overload hypothesis (Milgram, 1970)? People who ___________.a. live in cities feel out of touch with others, so use helping as a way to "reach out"b. live in cities often feel overwhelmed, so simplify things by keeping to themselvesc. visit cities from rural areas feel overwhelmed, so avoid the urban dwellersd. visit cities from rural areas feel isolated, so use helping as way to "reach out" to others harlow is eight years old. she sees dr. gardener every friday at 11:00 a.m. their sessions involve dr. gardener watching harlow interact with stuffed animals and other toys. what kind of psychotherapeutic orientation does this exemplify? cognitive-behavioral therapy ect play therapy ret You have been asked to join a team that is responsible for creating a handbook that outlines appropriate employee correspondence. Give two examples of topics that you would include in the manual along with why you think it would be important to include them. according to the resource-theory of the firm discussed in mcnett's article the ethics of workplace diversity, the main reason for an organization to have a more diverse workforce would be question 5: on a given day, there is a car accident reported at the intersection of victory blvd and richmond avenue with a probability 0.05. what is the probability that there are at most 2 car accidents reported thoughout a month? Which wind instrument is an end-blown flute? suppose you are trying to classify a variable where 96%of its observations equal 0 and only 4% equal 1. you run a logistic reg-ression, and the classification table shows that 97% of the classifications are correct. why might this large percentage still not be cause for celebration? Grammar + Vocab (6 is true or false btw) 1. The is the best-known strategic performance measurement system. a. action-profit linkage (APL) b. balanced Scorecard (BSC) c. performance prism d. Cambridge performance measurement process Graph the inequality on the axes below.3x + y -3 ted is speaking rapidly and he is difficult to understand. he speaks of his newest invention, the car he just bought, and how euphoric he feels. ted may be experiencing: