Computers & Internet Logo

Related Topics:

Posted on Jun 14, 2011
Answered by a Fixya Expert

Trustworthy Expert Solutions

At Fixya.com, our trusted experts are meticulously vetted and possess extensive experience in their respective fields. Backed by a community of knowledgeable professionals, our platform ensures that the solutions provided are thoroughly researched and validated.

View Our Top Experts

What are the equations and its kinds? - Computers & Internet

1 Answer

Anonymous

Level 2:

An expert who has achieved level 2 by getting 100 points

MVP:

An expert that got 5 achievements.

Novelist:

An expert who has written 50 answers of more than 400 characters.

Governor:

An expert whose answer got voted for 20 times.

  • Expert 132 Answers
  • Posted on Aug 10, 2011
Anonymous
Expert
Level 2:

An expert who has achieved level 2 by getting 100 points

MVP:

An expert that got 5 achievements.

Novelist:

An expert who has written 50 answers of more than 400 characters.

Governor:

An expert whose answer got voted for 20 times.

Joined: Jul 12, 2011
Answers
132
Questions
0
Helped
67698
Points
312

Definition



A mathematical statement used to evaluate a value. An equation can use any combination of mathematical operations, including addition, subtraction, division, or multiplication. An equation can be already established due to the properties of numbers (2 + 2 = 4), or can be filled solely with variables which can be replaced with numerical values to get a resulting value. For example, the equation to calculate return on sales is: Net income ÷ Sales revenue = Return on Sales. When the values for net income and sales revenue are plugged into the equation, you are able to calculate the value of return on sales.

There are many types of mathematical equations.

1. Linear Equations y= mx + b (standard form of linear equation)
2. Quadratic Equations y= ax^2+bx+c
3. Exponential Equations y= ab^x
4. Cubic Equations y=ax^3+ bx^2+cx+d
5. Quartic Equations y= ax^4+ bx^3+ cx^2+ dx+ e
6. Equation of a circle (x-h)^2+(y-k)^2= r^2
7. Constant equation y= 9 (basically y has to equal a number for it to be a constant equation).
8. Proportional equations y=kx; y= k/x, etc.



Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

Related Questions:

1helpful
1answer

Won't sage solve a simultaneous equation?

when programming, please use a decent spacing, else nobody will see an error when an obvious one exists. "pep8".
if i is a variable... ok, no problem we overwrite that ?1????, then please do not redefine it in a loop as a number. (This would have been a second alarm while reusing i...) Nobody does this, so this atypical error cannot be seen at a first glance. In our case this brings the error as follows. After the last i-loop this "global variable" has the value 2, and we try to solve a system of equations, where one of the equation variables is the constant 2. The error message is also misleading.
give a minimal code showing the error, only needed lines of code.
use list comprehension.
do not call a list eqns, when it does not collect equations, but rather entries of a matrix. The solve of these "equations" will be hardly detected with bare eyes as an error.
try to give pointed prints. The show command delivers a mess, is not a good control of the operations.
the two definitions of eqns and xlist are not needed. The wording for xlist is also not proper. Something like X_entries would reflect the provenience, but we do not need this new variable, the matrix X already has the information.
Please understand that these "critics" are just kind advices, at any rate not offensive, in my case, knowing these as i started programming in python would have been a real benefit.
sage: V=var("v", n=9)
sage: P=matrix(V,nrows=3)
sage: X=matrix(SR,3,3,[[0,1,0],[0,0,1],[1,0,0]])
sage: Pdagger=P.transpose()
sage: Xdagger=X.transpose()
sage: Q=X*Pdagger
sage: B=Q.solve_left(X)

For any kind of technical help during the process contact Sage Technical Support team to get an instant solution. They are available 24/7. Call Now ?+44 203 880 7918 for any Support.

More Info - https://www.advisorexpert.co.uk/sage-support-phone-number/
0helpful
1answer

Complex matrix

Is it complex or matrix? You can have only one mode at a time.What kind of equations? The solve function uses real-valued equations.
Complex numbers: You can add, subtract, multiply and divide. You can convert a number from rectangular to polar forms and vice-versa; you can calculate the absolute value of a complex number, or a conjugate.
All the operations are done in the Mode CMPLX.
0helpful
1answer

Two kinds of coffee are blended to produce a mixture of 25 kilograms worth Php 52 a kilogram. The costs of the two kinds of coffee are Php 40 and Php 56 a kilogram. Find how many kilograms of each kind are...

You have to solve system of equations 56x+40y=52(x+y) and x+y=25. See captured image


1_5_2013_6_54_26_pm.jpg


Finally, you need 18.75 kg coffee with price 56 and 6.25 kg coffee with price 40 to produce mixture 25 kg with price 52!
0helpful
1answer

Example of rational equations

Hi mavekae,
There are lot of examples of rational equations on this website, kindly follow the link below:
http://www.tutor-homework.com/Math_Help/college_algebra/m3l2notes1.pdf

Hope it helps,
Thank you for using fixya.
0helpful
1answer

How do i use this for algebra equations, putting in varables and such

Calculator manual: http://education.ti.com/downloads/guidebooks/scientific/30xii/30xiiqrg-eng.pdf
If you are just trying to solve a simple quadratic equation by entering coefficients, this calculator does have those features. The TI-83 is a better choice for that kind of function.
0helpful
1answer

$36 on hand. coins are in .25, .10 and .05 denominations. 4 times as many .05 coins as .25 coins and the number of .10 coins is 30 more than the number of .25 coins. how many coins of each kind do i have?

  1. Number of 0.25 coins is x, number of 0.10 coins is y and number of 0.05 coins is z.
  2. First equation is 0.25x+0.10y+0.05z=36.
  3. You also know that z=4x and y=x+30.
  4. You substitute that in first equation and you get: 0.25x+0.10*(x+30)+0.05*4x=36 or 0.25x+0.10x+0.2x=36-3 or 0.55x=33
  5. Now you know that x is 33/0.55=60 and y=x+30=90 and z=4x=240.
1helpful
1answer

The Madison Local High School marching band sold gift wrap to earn money for a band trip to Orlando,Florida .The gift wrap in solid colors sold for $4.00 per roll ,and the print gift wrap sold for $6.00...

Ah, word problems! The trick is to convert the given information into two equations in two unknowns. Let's let S be the number of solid color rolls sold, and P be the number of print rolls.

The first equation is easy:

(eq. 1): S + P = 480

We're given that information: the total number of rolls sold. For the second equation, use the given price information ($4/roll for the plain, $6/roll for the print).

(eq. 2): 4S + 6P = 2340

Again, we're given the total sales, and we know how much each kind costs.

Now it's just some basic algebra. Let's rearrange equation 1 to get S by itself:

S = 480 - P

Then use that value in equation 2, and solve for P:

4S + 6P =2340
4(480 - P) + 6P = 2340
1920 - 4P + 6P = 2340
2P = 420
P = 210

Now we know that the MLHS band sold 210 rolls of print paper, which means they sold 270 rolls of solid. You can your answers in the original equations. If they are the right values, both equations will work out.

270 + 210 = 480, eq. 1 is right.
(4 x 270) + (6 X 210) = 1080 + 1260 = 2340, eq. 2 checks.
0helpful
1answer

A lot of water remains in machine at end of wash cycle

The drain pump might have gone bad, check if the drain pump is making some kind of noise and also check if the drain pump is not obstructed.
You can open the coin trap on he right hand side bottom of the unit and clean the same for any blockage.
0helpful
1answer

Broken handle

well it depends on what kind of handle it is.but you can get a lot of what you need at Home Depot,Lowes,or sometimes Walmart.But like i said it all depends on what kind of handle......
Not finding what you are looking for?

477 views

Ask a Question

Usually answered in minutes!

Top Computers & Internet Experts

ADMIN Andrew
ADMIN Andrew

Level 3 Expert

73781 Answers

ADMIN Eric
ADMIN Eric

Level 3 Expert

42220 Answers

Brad Brown

Level 3 Expert

19190 Answers

Are you a Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...