answersLogoWhite

0


Best Answer

what is c, x + 2y, x+y equal to or greater than 8, x equal to or greater than 3, y equal to or greater than 0.

User Avatar

Wiki User

6y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is C Cx plus 2y x plus y greater or equal to 8 x greater or equal to 3 y greater or equal to 0?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Calculus

How do you find the quotient and remainder of p of x equals x to the fourth plus 2x cubed plus x squared plus 8x minus 12 divided by x plus 2?

P(x) is a polynomial of order 4 and you are dividing by a polynomial of order 1 so the quotient will be of order 4 - 1 = 3 So suppose the quotient is Ax3 + Bx2 + Cx + D Then p(x)/(x + 2) = Ax3 + Bx2 + Cx + D with remainder R. To find R, simply evaluate p(x) at x = -2. p(2) = -24 Cross-multiply: p(x) = (x + 2)*(Ax3 + Bx2 + Cx + D) - 24 = Ax4 + 2Ax3 + Bx3 + 2Bx2 + Cx2 + 2Cx + Dx + 2D - 24 Comparing coefficients of: x4: 1 = A x3: 2 = 2A +B = 2 + B => B = 0 x2: 1 = 2B + C = 0 + C => C = 1 x : 8 = 2C + D = 2 + D => D = 6 and, as a check, x0 : -12 = 2D + R = 12 + R => R = -24


What equations describs a hyperbola?

Ax2 - By2 + Cx + Dy + Exy + F = 0 with A and B having opposite signs


If y varies directly with x find the constant of variation if x equals 8 and y equals 12?

y = cx when x = 8, y = 12 so that 12 = 8c which gives c = 12/8 = 1.5


Is it true that the highest power of an unknown quantity is a square?

No, this is only true for equations of the quadratic form, actually it is the definition of a quadratic equation. for ex: those of form ax^3+bx^2+cx+d=0 then the highest power of the unknown is 3


How do you know the relationship between x and y is proportional?

The answer depends on how the information is presented. If in the form of a graph, it must be a straight line through the origin. If in the form of an equation, it must be of the form y = cx.

Related questions

What is the factor of 3ax - 6ay 4bx-8by cx- 2cy?

You can take (x - 2y) out of all three of those terms, leaving 3a, 4b and c.


What is x as the subject what equation ax plus b equals cx plus d?

x = (d-a)/(a-c)


A new Mazda CX-9 that sold for $49,200 has a value of $32,590 after 2 years. Find a linear model and exponential model of the scenario, and find for what years the linear model has a greater value for the car, and which year is an equal value?

hhghggg


What is bx plus 2b plus cx plus 2c?

factor b(x+2) + c(x+2) (b+c)(x+2) need more info for futher analysis.


Who designed the CX snowmobile?

Mazda CX-9


What does cx stand for in roman numerals?

It is: CX = 110


Solve x equals cx equals AA plus 1?

x = cx = aa+1 If x = cx, then c = 1 aa = a2 if a2 + 1 = x, then a2 = x-1 short of parametrization, this is the answer for this equation, but if you doing advanced maths, then let x= t (teR) a2 = -1 +t (teR)


Why CMPS instruction is used in 8086 programming?

The CMPS instruction in the 8086/8088 is compare string. It iterates until CX is zero, or [DS:SI] is not equal to [ES:DI], incrementing (or decrementing if DF is set) SI and DI, and decrementing CX along the way.


Source code of Maze game in Visual Basic Net?

um... i found this somewhere, i think it works. I use Java, so i dont know how it works. I think you can compile it in Microsoft Excel. (if you are a mac user, you wont be able to. anyway, here it is: Dim CX As Integer Dim CY As Integer Dim started As Boolean Dim playerdead As Boolean Private Sub Worksheet_SelectionChange(ByVal Target As Range) If CX = 0 Then CX = Cells(1, 1) End If If CY = 0 Then CY = Cells(1, 2) End If If playerdead = True Then Cells(CY, CX) = "" playerdead = False CX = Cells(1, 1) CY = Cells(1, 2) End If If Target.Row = 2 Then If Target.Column = 1 Then If Cells(2, 1) = ">" Then Cells(2, 1) = "ll" ElseIf Cells(2, 1) = "ll" Then Cells(2, 1) = ">" Else Cells(2, 1) = ">" End If End If End If If Cells(2, 1) = ">" Then Exit Sub If Target.Row = CY - 1 Then If Target.Borders(xlEdgeBottom).LineStyle > 0 Then Cells(CY, CX).Select ElseIf Cells(CY, CX).Borders(xlEdgeTop).LineStyle > 0 Then Cells(CY, CX).Select Else Cells(CY, CX) = "" CY = CY - 1 If Cells(CY, CX) = "F" Then Cells(CY, CX) = "F" CX = Cells(1, 1) CY = Cells(1, 2) Cells(2, 2) = "yippee!" Cells(2, 2).Speak ElseIf Cells(CY, CX) = "R" Then Cells(CY, CX) = "R" CX = Cells(CY, 1) CY = Cells(CY, 2) Cells(2, 2) = "poof!" Cells(2, 2).Speak ElseIf Cells(CY, CX) = "C" Then Cells(CY, CX) = "C" CY = Cells(2, CX) CX = Cells(1, CX) Cells(2, 2) = "poof!" Cells(2, 2).Speak End If Cells(CY, CX) = "J" End If End If If Target.Row = CY + 1 Then If Target.Borders(xlEdgeTop).LineStyle > 0 Then Cells(CY, CX).Select ElseIf Cells(CY, CX).Borders(xlEdgeBottom).LineStyle > 0 Then Cells(CY, CX).Select Else Cells(CY, CX) = "" CY = CY + 1 If Cells(CY, CX) = "F" Then Cells(CY, CX) = "F" CX = Cells(1, 1) CY = Cells(1, 2) Cells(2, 2) = "yippee!" Cells(2, 2).Speak ElseIf Cells(CY, CX) = "R" Then Cells(CY, CX) = "R" CX = Cells(CY, 1) CY = Cells(CY, 2) Cells(2, 2) = "poof!" Cells(2, 2).Speak ElseIf Cells(CY, CX) = "C" Then Cells(CY, CX) = "C" CY = Cells(2, CX) CX = Cells(1, CX) Cells(2, 2) = "poof!" Cells(2, 2).Speak End If Cells(CY, CX) = "J" End If End If If Target.Column = CX + 1 Then If Target.Borders(xlEdgeLeft).LineStyle > 0 Then Cells(CY, CX).Select ElseIf Cells(CY, CX).Borders(xlEdgeRight).LineStyle > 0 Then Cells(CY, CX).Select Else Cells(CY, CX) = "" CX = CX + 1 If Cells(CY, CX) = "F" Then Cells(CY, CX) = "F" CX = Cells(1, 1) CY = Cells(1, 2) Cells(2, 2) = "yippee!" Cells(2, 2).Speak ElseIf Cells(CY, CX) = "R" Then Cells(CY, CX) = "R" CX = Cells(CY, 1) CY = Cells(CY, 2) Cells(2, 2) = "poof!" Cells(2, 2).Speak ElseIf Cells(CY, CX) = "C" Then Cells(CY, CX) = "C" CY = Cells(2, CX) CX = Cells(1, CX) Cells(2, 2) = "poof!" Cells(2, 2).Speak End If Cells(CY, CX) = "J" End If End If If Target.Column = CX - 1 Then If Target.Borders(xlEdgeRight).LineStyle > 0 Then Cells(CY, CX).Select ElseIf Cells(CY, CX).Borders(xlEdgeLeft).LineStyle > 0 Then Cells(CY, CX).Select Else Cells(CY, CX) = "" CX = CX - 1 If Cells(CY, CX) = "F" Then Cells(CY, CX) = "F" CX = Cells(1, 1) CY = Cells(1, 2) Cells(2, 2) = "yippee!" Cells(2, 2).Speak ElseIf Cells(CY, CX) = "R" Then Cells(CY, CX) = "R" CX = Cells(CY, 1) CY = Cells(CY, 2) Cells(2, 2) = "poof!" Cells(2, 2).Speak ElseIf Cells(CY, CX) = "C" Then Cells(CY, CX) = "C" CY = Cells(2, CX) CX = Cells(1, CX) Cells(2, 2) = "poof!" Cells(2, 2).Speak End If Cells(CY, CX) = "J" End If End If Cells(CY, CX).Select If Cells(CY, CX).Font.Bold = True Then playerdead = True End If If playerdead = True Then Cells(CY, CX) = "N" Cells(2, 2) = "ouch!" Cells(2, 2).Speak Else Cells(CY, CX) = "J" End If End Sub


When was Citroën CX created?

Citroën CX was created in 1974.


How do you tow my cx 90?

Sorry, but I have no means to tow your cx 90.


What does CX on a Buick mean?

Well, CX means standardCXL = LimitedCXS = Super