1)
Put 60x^2 + 30y^2 = 150 in standard form. That means divide each term by 150 so you get 1 on the right. The standard form of ellipse is x^2/a^2 + y^2/b^2 = 1. You have to make your equation look like that.
You should end up with 60x^2/150 +30y^2/150 = 1
This reduces to 2x^2/5 + y^2/5 = 1.
We are not in standard form yet! Standard form has no coefficients in the numerator (top) of the fraction. To get rid of it, you flip the fraction and put in on the bottom. They are equivalent... it's like how 2 = 1/(1/2). So the standard form of this ellipse is x^2/(sq. rt(5/2))^2 + y^2/(sq rt.((5))^2 = 1. You have to take a square root and then square it if you don't have a perfect square like 4, 9, 16, etc.
The major axis is the larger one. So the equation is telling you to go sq rt.(5/2) right and left from the origin (x direction is horizontal), and sq rt. (5) up and down (the y direction is vertical). Those are the boundaries of the ellipse. The major axis is twice the length of sq rt.(5), because otherwise you'd just have half the length! This value on your calculator, 2(sq rt. (5)) = 4.47214.
2) and 3)
There are formulas for these in any standard algebra or pre-calculus text. I don't have any way of writing out the notation for them. You could probably find them on Wikipedia.
4)
(6.31)^m = (3.02)^n
Take the logarithm of both sides.
ln(6.31)^m = ln(3.02)^n
Use the property of logs that says you can bring the power down to the front.
mln(6.31) = nln(3.02)
divide both sides by ln(6.31) to get m by itself.
m = nln(3.02)/ln(6.31)
now divide both sides by n to get n on the other side
m/n = ln(3.02)/ln(6.31)
Go on your calculator and do m/n = ln(3.02)/ln(6.31). You should get .5999 = .6
5) f(x) = log(base2)x
To find the inverse, change f(x) to y. Then switch x and y. Then solve for y. This new function is your inverse.
y = log(base2)x
x = log(base2)y
To get rid of a logarithm and get y by itself, all you have to do is create a base 2 on both sides to cancel out the log.
2^x = 2^(log(base2)y)
I can do this because it's a property of logarithms. It's less common, so you may not have seen it.
2^x = y (everything else that was on the right side cancels out)
f^-1(x) = 2^x
I'm not sure why you have log(basex)2 as the answer. Why would the variable become a base? The inverse of a log function is always an exponential, and vice-versa.
6)
If 3x-4y+7 = 0 and 2y-x^2 = 0
This is a system of equations in 2 variables. It can be solved with the substitution, elimination or graphing methods. I'll do substitution. That means solve one of your equations for x or y (it doesn't matter which equation or which variable you choose) and then put it into the OTHER equation.
I will solve 2y-x^2 = 0 for y.
2y = x^2 (add x^2 to both sides)
divide both sides by 2 to get y by itself
y = x^2/2 <----- This is what you plug into the other equation
3x-4y+7 = 0
3x-4(x^2/2)+7 = 0
3x-2x^2+7 = 0 The 4/2 becomes a 2
-2x^2 + 3x + 7 = 0
This is a QUADRATIC equation and can be solved by using the quadratic formula. I can't type that here. It's an easy formula that you plug stuff into. Search for it on google, then put in a = -2, b = 3 and c = 7.
7) A triangle with 2 equal sides is isoceles. That means you can split it down the middle and get 2 right triangles. The sides of the new triangle are 7/2 (horizontal), 6 diagonal and vertical unknown. Use inverse cosine of (7/2)/6 To get the angle of the side whose length is 6. I get 54.3147 degrees. The isoceles triangle we started with has 3 angles whose sum is 180 degrees, 2 of which are 54.3147 degrees. So 180 - 54.3147 - 54.3147 = 71.3707 degrees, which is opposite the largest side.