Can you do this because it is confusing the thing is y=mx+c and also it is not 1/2x+0.5

Can You Do This Because It Is Confusing The Thing Is Y=mx+c And Also It Is Not 1/2x+0.5

Answers

Answer 1

Step-by-step explanation:

there must be no confusion just put x= 0 u get y=0.5 which is true according to graph and also put x=2 you get y = 1.5 which is again satisfy by the graph so it is 1/2x+0.5

Answer 2

Answer:

y = 1/2 x + 1/2

Step-by-step explanation:

I think your answer is not wrong but if the math program won't accept it, check these two things:

Make sure the x is beside the 1/2 and is not interpreting it as the x on the bottom with the 2 which is wrong.

Also, usually we don't put a mix of decimals and fractions. So change that .5 to a 1/2. I know what you have is equivalent, but just the norms dictate how to write it. Maybe it is just some tiny detail as these two details. Please don't be confused, you aren't wrong.


Related Questions

(9x³+5)/(2x - 3)
How do I divide these using long division

Answers

(9x³+5)/(2x - 3)

split up (9x³+5)

9x³/2x-3 + 5/2x-3

attached solution.

A trapezoid is a quadrilateral with one or more pairs of parallel sides.
O A. True
OB. False

Answers

The answer is B. False
The answer is B credits to the other guy

Enter the correct answer in the box.
Function g has the same a value as function f, but its vertex is 2 units below and 3 units to the left.
f(x) = x² - 4x - 32
Write the vertex form of the equation modeling function g.

Answers

The equation in the vertex form of g(x) is:

[tex]g(x) = (x + 1)^2 - 38[/tex]

How to get the equation of function g?

We know that g(x) is a translation of 2 units below and 3 units to the left of f(x).

So first, let's rewrite f(x) to its vertex form:

[tex]f(x) = x^2 - 4x - 32[/tex]

The vertex is at:

[tex]x = -(-4)/2*1 = 2[/tex]

The y-value of the vertex is:

[tex]f(2) = 2^2 - 4*2 - 32 = -36[/tex]

Then the vertex form of f(x) is:

[tex]f(x) = (x - 2)^2 - 36[/tex]

If we move this vertex 2 units below, and 3 units to the left, then we have:

[tex]g(x) = f(x +3) - 2\\\\g(x) = (x - 2 + 3)^2 - 36 - 2\\\\g(x) = (x + 1)^2 - 38[/tex]

That is the equation for g(x) in vertex form.

If you want to learn more about quadratic equations:

https://brainly.com/question/1214333

#SPJ1

Choose the single logarithmic expression that is equivalent to the one shown. log6 25 − log6 5

Answers

[tex]\quad \huge \quad \quad \boxed{ \tt \:Answer }[/tex]

[tex]\qquad \tt \rightarrow \: log_{6}(5) [/tex]

____________________________________

[tex] \large \tt Solution \: : [/tex]

[tex]\qquad \tt \rightarrow \: log_{6}(25) - log_{6}(5) [/tex]

[tex]\qquad \tt \rightarrow \: log_{6}(5) {}^{2} - log_{6}(5) [/tex]

[ property : x² = 2 log x ]

[tex]\qquad \tt \rightarrow \: 2 \: log_{6}(5) {}^{} - log_{6}(5) [/tex]

[tex]\qquad \tt \rightarrow \: log_{6}(5) [/tex]

Answered by : ❝ AǫᴜᴀWɪᴢ ❞

There are nine baseball players in the cafeteria The number of baseball players is one less than twice the number of golfers find the number of golfers

Answers

Using a system of equations, it is found that the number of golfers in the cafeteria is of 5.

What is a system of equations?

A system of equations is when two or more variables are related, and equations are built to find the values of each variable.

In this problem, the variables are:

Variable x: Number of baseball players.Variable y: Number of golf players.

The number of baseball players is one less than twice the number of golfers, hence:

x = 2y - 1.

Since x = 9:

9 = 2y - 1

2y = 10

y = 5.

There are 5 golfers in the cafeteria.

More can be learned about a system of equations at https://brainly.com/question/24342899

#SPJ1

solve the compound inequality -5<4x+3<=8

Answers

Inequality is a relation that compares two numbers or other mathematical expressions in an unequal way. The majority of the time, size comparisons between two numbers on the number line are made. Different types of inequalities are represented by a variety of notations, including:

The symbol a<  b indicates that a is smaller than b.

When a > b is used, it indicates that a is bigger than b.

We are given

-5 < 4x+3 ≤ 8

⇒ (add -3 to all sides to get ) -5+(-3) < 4x+3+(-3) ≤8+(-3)

⇒-8 < 4x ≤ 5

⇒[tex]\frac{-8}{4} < x \leq \frac{5}{4}[/tex]

⇒-2<x<5/4

Hence, the solution is -2<x<5/4.

Learn more about inequality here-

brainly.com/question/20383699

#SPJ10

A company makes Citi bikes. 95% (i.e., 0.95) pass final inspection. Suppose that 5 bikes are randomly selected. ( use binomial distribution formula ) do I need to use a factorial symbol V! When showing steps by step

a) What is the probability that exactly 4 of these 5 sports bikes pass final inspection?
b) What is the probability that less than 3 of these 5 sports bikes pass final inspection?
I got disconnected with my tutor

Answers

Using the binomial distribution, it is found that the probabilities are given as follows:

a) 0.2036 = 20.36%.

b) 0.0011 = 0.11%.

What is the binomial distribution formula?

The formula is:

[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]

[tex]C_{n,x} = \frac{n!}{x!(n-x)!}[/tex]

The parameters are:

x is the number of successes.n is the number of trials.p is the probability of a success on a single trial.

The values of the parameters are given as follows:

p = 0.95, n = 5.

Item a:

The probability is P(X = 4), hence:

[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]

[tex]P(X = 4) = C_{5,4}.(0.95)^{4}.(0.05)^{1} = 0.2036[/tex]

Item b:

The probability is P(X < 3), hence:

P(X < 3) = P(X = 0) + P(X = 1) + P(X = 2).

Then:

[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]

[tex]P(X = 0) = C_{5,0}.(0.95)^{0}.(0.05)^{5} \approx 0[/tex]

[tex]P(X = 1) = C_{5,1}.(0.95)^{1}.(0.05)^{4} \approx 0[/tex]

[tex]P(X = 2) = C_{5,2}.(0.95)^{2}.(0.05)^{3} = 0.0011[/tex]

Then:

P(X < 3) = P(X = 0) + P(X = 1) + P(X = 2) = 0 + 0 + 0.0011 = 0.0011.

More can be learned about the binomial distribution at https://brainly.com/question/24863377

#SPJ1

Given the first degree function f(x) = 2x +3, what is the value of f(10)?
a) 23
b) 25
c) 30
d) 50​

Answers

Answer:

a

Step-by-step explanation:

substitute x = 10 into f(x) , that is

f(10) = 2(10) + 3 = 20 + 3 = 23

hi brainly user! ૮₍ ˃ ⤙ ˂ ₎ა

⊱┈────────────────────────┈⊰

[tex]\large \bold {ANSWER}[/tex]

[tex]\boxed{\underline{\huge{\tt{\orange{\: \: a)23 \: \: }}}}}[/tex]

[tex]\large \bold {SOLUTION}[/tex]

Given the first-degree function:

[tex]\Large\begin{array}{c}\rm f(x)=2x+3\end{array}[/tex]

We were asked to determine the value of f(10), so, to find its value, just replace the 10 where there is x in the function, see:

[tex]\begin{gathered}\Large\begin{array}{c}\rm f(x)=2x+3\\\\ \rm f(10)=2\cdot 10+3\end{array}\end{gathered}[/tex]

You see, we put that dot there, which indicates multiplication, because when a number is next to a letter it indicates that it is multiplying, thus:

[tex]\begin{gathered}\Large\begin{array}{c}\rm f(10)=2\cdot 10+3\\\\ \rm f(10)=20+3\\\\ \red{\boxed{\rm f(10)=23}}\checkmark\end{array}\end{gathered}[/tex]

Hence, the value of f(10) in this function is equal to 23.

The measures of the angles of a triangle are shown in the figure below. Solve for x.

83 ⁰
to
59°

Answers

The value of x is 38 degree.

What is a Triangle ?

A triangle is a polygon with three sides , three angles and three sides .

The sum of all angles in a triangle is equal to 180 degree

The angles of the triangle given are

83 degree and 59  degree and x degree

83 + 59 + x = 180

x = 38 degree

Therefore the value of x is 38 degree.

To know more about Triangle

https://brainly.com/question/2773823

#SPJ1

Brainliest to who answers :>

Answers

Answer:

L is not valid.

Step-by-step explanation:

For any triangle, the sum of the two legs must be greater than the hypotenuse. Otherwise the two legs would not be long enough to touch.

Answer:

L

Step-by-step explanation:

to add to the previous basically correct answer :

for a triangle the sum of any 2 sides must be greater than the third side (not just legs and Hypotenuse).

for all other options any combination of sum of 2 sides being bigger than the third side works.

but for L

2 + 5 = 7, which is smaller than the third side (8). so, this cannot be a triangle.

A hostel has food for 60 days if after 15 days 500 more students joined th hostel and the food lasted for 40days only. How many students were there in hostel

Answers

Answer:

625

Step-by-step explanation:

here we are in an inverse proportion situation :

As the number of days increases

when the number of students decreases and vice versa.

__________________

Say n is the original number of students.

___________________________________________

After 15 days, the rest of food is enough for n students for 45 days,

or enough for n+500 students for 25 days.

Then

45n = 25×(n + 500)

Then

45n = 25n + 25×500

Then

45n - 25n = 25×500

Then

20n = 12500

Then

n = 12500÷20

  = 625

and thus , there were 625 students in the hostel.

Select all the correct graphs.
Choose the graphs that indicate equations with no solution.

Answers

There is no graphs shown

a supermarket display consists of boxes of cereal. the bottom row has 23 boxes. each row has three fewer boxes than the row below it. the display has six rows.

Answers

Answer:

93 boxes

Step-by-step explanation:

sixth row has 23 boxes

fifth row has 20 boxes

fourth row has 17 boxes

third row has 14 boxes

second row has 11 boxes

first row has 8 boxes

the total is thus 23+20+17+14+11+8=93

need to know asap


Which of the following best describes the correlation between two variables if the correlation coefficient is -0.544?

weak positive
weak negative
strong negative
strong positive

Answers

Its answer is weak negative

With the information given, can you prove this quadrilateral is a parallelogram?


Could someone help me with this problem? I'm not sure if those lines are parallel, congruent, or both, because there are two arrows on each line instead of one.

Will give Brainliest for the best answer.

Answers

Answer:

it it a parallelogram

Step-by-step explanation:

it has 2 sets of 2 parallel lines

With the information given, we can not prove this quadrilateral is a parallelogram. Explanation is given.

What is parallelogram?

A special form of quadrilateral called a parallelogram has both pairs of its opposite sides parallel and equal.

In order to prove, quadrilateral is a parallelogram:

We can prove either one of these following method;

1. Establish the congruence of the two pairs of opposing sides.

2. Show that the two opposing side pairs are parallel.

3. Show that one pair of opposed sides is parallel and congruent.

Here, we have AB = CD

And we have line AD and BC.

Lines in a plane that are consistently spaced apart are known as parallel lines. Parallel lines don't cross each other.

AD and BC are at equal distance.

That means, AD II BC.

And to solve further, we do not have any statements.

Therefore, with given information, we can not prove this quadrilateral is a parallelogram.

To learn more about the parallelogram;

https://brainly.com/question/29133107

#SPJ2

Given A(-2, 5) and B(13, -7), find the midpoint of AB.
Select one:
a. (-2, 11)
b. (5.5, -1)
c. (11, -2)
d. (-1, 5.5)​

Answers

[tex]\left(\frac{-2+13}{2}, \frac{5-7}{2} \right)=\boxed{\left(5.5, -1)}[/tex]


Suppose we have already saved $55 towards the cost of a new television set.
We plan to save $6 more each week for the next several weeks.
i) Write an equation for the total amount T we will have after w weeks from now.
ii) Find the total amount that would be saved after 8 weeks.

Answers

Step-by-step explanation:

T = 55 + 6w

after 8 week $103

What should you substitute for y in the second equation (bottom equation) in order to solve the system by the substitution method?​

Answers

Answer:

C. 3x - 9

Step-by-step explanation:

3x – y = 9 ___(1)

8x – 4y = 0 ___(2)

From (1) eq.

3x – y = 9

– y = 9 – 3x

y = - (-3x + 9)

y = 3x – 9

Hence, 3x - 9 should be substituted in the second equation to get the required answer.

Answer:

c

Step-by-step explanation:

solve for y in the first equation

y = 3x - 9

when you substitute, you will get a value of 9 for x and 18 for y

Suppose that land in downtown Savannah is valued at $20 per square foot. What is

the value of a triangular lot with side lengths of 112, 148, and 190 feet?

Answers

Answer:

$165554

Step-by-step explanation: I  use the Law of Cosines to find one of the angles of the triangle.  Then use the formula for the area of the triangle: A = (1/2)absinC.

C= 92.856 degree

Area = (1/2)(112)(148)sin(92.856°) = 8277.7 ft^2

To find the price just need to take 8277.7 time 20 = 165554

So the answer is $165554

Select the correct answer.
If the graphs of the linear equations in a system are parallel, what does that mean about the possible solution(s) of the system?
OA. The lines in a system cannot be parallel.
There are infinitely many solutions.
B.
OC. There is exactly one solution.
D. There is no solution.
Reset
Next

Answers

Answer:

Look below!

Step-by-step explanation:

From the picture, the answer is A.

From the points, calculate the slope using y2-y1/x2-x1

you will find that the slope is -1

parallel lines have the same slope

so y = -x+1 is the correct answer

now,

parallel lines never intersect

therefore, they have no solution.

Is 9.3 X 100^9 in scientific notation

Answers

Answer:

No.

Step-by-step explanation:

This problem in scientific notation would be 9.3 * 10^10.

Factor the binomial expansion. 81x4 – 648x3 + 1,944x2 – 2,592x + 1,296

Answers

Answer:

[tex]648[/tex]([tex]x^{3} + 3x^{2} - 4x + 2[/tex])

Step-by-step explanation:

When factoring an expression like this, you need to divide all of the parts by a common number or variable. In this case, the only thing all of these numbers share is that they are divisible by 648. So, you would divide each number by 648 to simplify it, getting 1, 3, 4, and 2. Put these numbers in front of their respective variables, and put 648 outside of the parentheses to get the final answer.

Answer:

(3x – 6)4

Step-by-step explanation:

a single card is drawn from a standard 52-card deck calculate the probability and odds for the following event a jack or club is drawn

Answers

                                          17/52

Step-by-step explanation: There are 13 clubs in a deck of fifty-two cards and there are four jacks in a fifty-two deck.  So adding that up it's 17 out of 52 = 17/52.   And you can not reduce it.

a² + b² + ab = 7
b² + c² + bc = 21
a² + c² + ac = 28 ab + bc + ac = ?

Answers

Answer:

ab+bc+ac = 7+21 + 28 =56

so the answer is 56

Observe that

[tex]a^2 + b^2 + ab = 7 \iff a^2 + b^2 - 2\cos(120^\circ) = \left(\sqrt 7\right)^2[/tex]

[tex]b^2 + c^2 + bc = 21 \iff b^2 + c^2 - 2\cos(120^\circ) = \left(\sqrt{21}\right)^2[/tex]

[tex]a^2 + c^2 + ac = 28 \iff a^2 + c^2 - 2\cos(120^\circ) = \left(\sqrt{28}\right)^2[/tex]

Drawing a comparison to the law of cosines, we see the first equation defines a triangle with sides [tex]a[/tex], [tex]b[/tex], and [tex]\sqrt 7[/tex]; the second equation defines one with sides [tex]b[/tex], [tex]c[/tex], and [tex]\sqrt{21}[/tex]; and the third equation defines another one with sides [tex]a[/tex], [tex]c[/tex], and [tex]\sqrt{28}[/tex]. We can then join these triangles at a point D to form a new triangle ABC with sides [tex]\sqrt7,\sqrt{21},\sqrt{28}[/tex]. (See attached sketch)

Now, the area of ABC is the sum of the areas of ABD, BCD, and ACD. The area of any of these triangles is equal to half the area of a parallelogram spanned by the sides involving the vertex D. The area of a parallelogram with adjacent sides [tex]x[/tex] and [tex]y[/tex] and with angle [tex]\theta[/tex] between them is [tex]ab\sin(\theta)[/tex].

For example, triangle ABD has area

[tex]\mathrm{area}_{\Delta ABD} = \dfrac12 \times ab \sin(120^\circ)[/tex]

Then the total area of triangle ABC is

[tex]\mathrm{area}_{\Delta ABC} = \dfrac12 \sin(120^\circ) (ab + ac + bc)[/tex]

We use Heron's formula to find the area of ABC. If [tex]s[/tex] is its semiperimeter, i.e.

[tex]s = \dfrac{\sqrt7 +\sqrt{21} + \sqrt{28}}2[/tex]

then, with a lot of algebraic simplification,

[tex]\mathrm{area}_{\Delta ABC} = \sqrt{s (s-\sqrt7) (s - \sqrt{21}) (s - \sqrt{28})} = \dfrac{7\sqrt3}2[/tex]

Finally, we find

[tex]\dfrac{7\sqrt3}2 = \dfrac12 \sin(120^\circ) (ab + ac + bc) \implies ab + ac + bc = \dfrac{\frac{7\sqrt3}2}{\frac12\times\frac{\sqrt3}2} = \boxed{14}[/tex]

2x+3y=4 cual es la respuesta??

Answers

Answer:

y = 2/3x + 4/3

Step-by-step explanation:

Voy a suponer que necesitas resolver para y.

2x + 3y = 4

3y = -2x + 4

y = -2/3x + 4/3

I need help with this question

Answers

Which of the following smallest values

9. What is the exact circumference of a circle that has a radius of 5 cm?
25ncm
5псм
10Kcm
100псм

Answers

Answer:

10π cm

Step-by-step explanation:

c = 2πr

c = (2*5) * π

c = 10π

In a certain Algebra 2 class of 26 students, 16 of them play basketball and 9 of them
play baseball. There are 5 students who play both sports. What is the probability that
a student chosen randomly from the class plays basketball or baseball?

Answers

Answer:

.7692307692 or 10/26

Step-by-step explanation:

You solve this problem by finding the total number of sports playing students and dividing it by the total, in this case 26. Since we know there are 5 students that play both sports, you subtract that 5 from the total number of basketball plyers and baseball players, so 16-5=11 and 9-5=4, then add those together, so 11+4=15. From there you add back in the students that play both which is 5, so 15+5=20. 20/26 is your answer.

Find the area of the shaded region
O100 m²
O 105 m²
O 75 m²
O 50 m²
5m
10 m.
5m
15 m

Answers

Answer: D. The area is 50 square meters if the shaded area looks like .

Explanation:
assuming this is a rectangle, the larger region area is 15*5= 75 square meters.
The smaller region’s area would be 10*5= 50 square meters.
• remember that A=lw, where l is length and w is width.


Without an illustration & on the assumption this is a rectangular region, here are the conclusions:
• given these two areas,
If the shaded area looks like , the area is just 50 square meters because the dimensions needed to solve for the area were given.
OR
• If the shaded region looks like subtract the smaller area from the larger one: 75-50= 25 square meters. (However, given that this is not an answer choice, I don’t think the illustration would look like this).

A class of 32 students contains 15 boys.
Twenty of the students walk to school each
day. Eight of the girls do not walk to school.
How many boys walk to school each day?

Answers

Answer:

11 boys walk to school each day

Step-by-step explanation:

*The following will be assumed: the only genders of students in the class are male or female; the only options for getting to school are walking or not walking

If there are 32 students in the class total, and there are 15 boys,

32 - 15 = 17

there are 17 girls.

If 8 of these girls do not walk to school,

17 - 8 = 9

9 girls walk to school

So, if 20 total students walk to school, and 9 of those are girls

20 - 9 = 11

11 boys walk to school each day.

Answer:

11

Step-by-step explanation:

Other Questions
All else being equal, if you cut the sample size in half, how does this affect the margin of error when using the sample to make a statistical inference about the mean of the normally distributed population from which it was drawn? m e = startfraction z times s over startroot n endroot endfraction. Which american city is the original monopoly based on?. Determine the trends in radii for the following ions and atoms: Mg2+, F- , Ne, and Na+ .explain your choice Josh has a big backyard. He loves Red Pine trees because they can grow as tall as 50m (200 feet).Josh is 31.2 metres away from the Red Pine tree. The angle of elevation from Josh to the top of tree is 48. His friend Jake also has a Red Pine tree in his backyard. It is half as tall as Josh's tree. Calculate the height of Jake's tree, rounded to two decimal places what does ([tex](x^{2}+4x)(x)[/tex] equal A sample of gas collected at 685 mm Hg occupies 131 mL. At constant temperature, what pressure does the gas exert if the volume increases to 478 mL? a. 188 b. 1320 c. 128 d. -88.8 Practical wisdom is a matter of following the rules in ethics. O True OFalse Identify different hydro-meteorological hazards; help please!!!!!Laquelle des deux actions ci-dessous est arrive en premier ?Les enfant se rendent compte quils portent de nouvelles combinaisons spatiales.Les enfants dcouvrent le vaisseau spatial. What is multiple-point perspective? A. A technique in which two or more vanishing points are used to create the illusion of depth on a flat surface B. The ability to see things in three dimensions (length, width, and depth) C. The combination of a color with white to make it lighter, the opposite of shade D. A technique in which objects are made to seem farther away with the adjustment of color hues and reduction in the size of the objects What is multiple - point perspective ? A. A technique in which two or more vanishing points are used to create the illusion of depth on a flat surface B. The ability to see things in three dimensions ( length , width , and depth ) C. The combination of a color with white to make it lighter , the opposite of shade D. A technique in which objects are made to seem farther away with the adjustment of color hues and reduction in the size of the objects what is your career development plan for the next 10 years? As you get older, a Target Date Fund will adjustby...a. Slightly decreasing your stocks andholding your bonds the same.b. Decreasing your stocks and increasingyour bonds.c. Increasing your stocks and decreasingyour bonds.d. Holding your stocks the same andslightly increasing your bonds. Pleaseee hurry and answer Put the following events of the neuromuscular junction in the order in which they occur. 1. Action potential is propagated in the sarcolemma. 2. Acetylcholine binds to ligand gated sodium channels. 3. Action potential arrives at the neuromuscular junction. 4. Vesicles full of acetylcholine are stored at the axon terminal. 5. Acetylcholine is released into the synaptic cleft. What is point of view? O The main issue faced by a majority of charactersO The main idea of the dialogue in the narrativeO The way in which events are ordered in the narrativeO The voice through which the story and its events are told In the year 2008, a person bought a new car for $23500. For each consecutive year after that, the value of the car depreciated by 10%. How much would the car be worth in the year 2011, to the nearest hundred dollars? Write an expression that contains atleast two terms and is in simplest form A feature control frame must be connected to Genes express themselves at different times becauseA. this saves timeB. this saves spaceC. this saves energyD. Only b and c are correct the lesson of the battle of two wolves is: