3(9x)/4x = 5x+4.5
18x = 20x^2 + 18x
20x^2 = 0
x = 0
You can actually solve that with the basic rules. No logarithms, even!Code:Solve for X: x^4 + 7x^3 + 17x^2 + 29x + 10

I figured I would make a math game for us. The rules are:
1. You answer the equation in the post above you, solving for a variable, or graphing a line with a table of solutions. Algebra, so people in high school still in Algebra can play.
2. YOu must include one equation at the end of each post, with instructions.
So, solve this, then give another equation at the end of the post:
Starting it off easy.Code:Solve for X: 3(9x)/4x = 5x+4.5
Now, solve that and post another equation.

3(9x)/4x = 5x+4.5
18x = 20x^2 + 18x
20x^2 = 0
x = 0
You can actually solve that with the basic rules. No logarithms, even!Code:Solve for X: x^4 + 7x^3 + 17x^2 + 29x + 10
TLS, I think you might be mistaken... 3*9 ≠ 18, and x=0 in 3(9x)/4x = 5x+4.5 is undefined. I got
To keep things moving though, I'll do yoursCode:3(9x)/4x = 5x+4.5 27x/4x = 5x+4.5 6.75 = 5x+4.5 5x = 2.25 x = 0.45
Seems to work in the original equation. Why the weird answer?Code:x^4 + 7x^3 + 17x^2 + 29x + 10 = 0 probably can be factored into the form (x^2 + ax + b)(x^2 + cx + d) = 0 x^4 + cx^3 + dx^2 + ax^3 +acx^2 + adx + bx^2 + bcx + bd x^4 + (c+a)x^3 + (d+ac+b)x^2 + (ad+bc)x + bd c+a = 7 d+ac+b = 17 ad+bc = 29 bd = 10 by the almighty "guess & check" method a=2,b=5,c=5,d=2 (x^2 + 2x + 5)(x^2 + 5x + 2) = 0 wah, quadratic formula T_T (x^2 + 2x + 5) -> x = (-2 ± sqrt(2^2 - 4*1*5))/2*1 x = -1 ± .5sqrt(-16) -> no real solutions :( next one looks promising though (x^2 + 5x + 2) -> x = (-5 ± sqrt(5^2 - 4*1*2))/2*1 >>> x = -2.5 ± .5sqrt(17) <<<
Here's mine:
You can solve this with basic algebra tooCode:Solve for x and y, where x and y are integers and x>y: sqrt(17+sqrt(264)) = sqrt(x) + sqrt(y)![]()
(。・∀・)φ)) aioinae's dream journal ((φ(・∀・。)
。・゚・。・゚・ current goal: complete task of the month! ・゚・。・゚・。
Adopted by Delphinus!
^arnt you suppose to have two equations for that? unless you meant to say x>y by one or two or something
A warrior does not give up what he loves, he finds the love in what he does
Only those who attempt the absurd can achieve the impossible.
(。・∀・)φ)) aioinae's dream journal ((φ(・∀・。)
。・゚・。・゚・ current goal: complete task of the month! ・゚・。・゚・。
Adopted by Delphinus!

I know how systems of equations work, Ive done em toooo much, lol. but I forgot you said we could do graphical problems too.
A warrior does not give up what he loves, he finds the love in what he does
Only those who attempt the absurd can achieve the impossible.

Let me rephrase: there is only one set of integers (x,y) such that sqrt(17+sqrt(264)) = sqrt(x) + sqrt(y). If x or y is any other value, there is a y or x that satisfies the equation, but one of them will not be an integer.
This problem can be solved entirely analytically using pretty basic algebra and a little mental arithmetic, but hey, use a graphing calculator if you must.![]()
(。・∀・)φ)) aioinae's dream journal ((φ(・∀・。)
。・゚・。・゚・ current goal: complete task of the month! ・゚・。・゚・。
Adopted by Delphinus!
Algebra, eh? Ok:
Prove that are no simple groups of order 36.
Last edited by drewmandan; 02-14-2009 at 10:32 AM.
gah, its only annoying me because I forgot what really changes things if they are integers. Ive been all the way through calc 4 with relative ease but I forgot basic stuff like this lol. closest Ive come is x =19, y = 2?
edit: drew; 36 is divisible by 3 which is a prime number other than 1...so a simple group exists?
Last edited by tkdyo; 02-14-2009 at 10:15 AM.
A warrior does not give up what he loves, he finds the love in what he does
Only those who attempt the absurd can achieve the impossible.

the difference between sqrt(x) and sqrt(y) is approx. 5,766
I give up. I can't get any further than that. Explain please![]()

y = 5.766(5.766 - 2*sqrt(x)) + x
Am I right?

That is about right, but I've checked it only mentally. Err... Where's your equation? O.o
here's one
Code:Give the radius and center coordinates of this circle: 2((x+3)^2 - x - 102.5) = -((y+3)^2 - 187)
(。・∀・)φ)) aioinae's dream journal ((φ(・∀・。)
。・゚・。・゚・ current goal: complete task of the month! ・゚・。・゚・。
Adopted by Delphinus!

I derived the formula from a circle
If you graph it, you should have negative numbers in it too!
He's right, you only took the positive square roots.
Solve for X
It's simpler than it looks.Code:(sin x)^2 + (cos x )^2 = x + 5(i^2) - 1
Ah, I see. I zoomed out and it's... still not a circle. That's an ellipse.
An ellipse centered at (-2.5,-3), whose radius ranges from about 13.901 (sqrt 193.25) horizontally to about 19.660 (sqrt 386.5) vertically.Code:2((x+3)^2 - x - 102.5) = -((y+3)^2 - 187) 2(x^2 + 6x + 9 - x - 102.5) = -(y+3)^2 + 187 2(x^2 + 5x - 93.5) = -(y+3)^2 + 187 complete the square: (5/2)^2 = 6.25 6.25-(-93.5) = 99.75 99.75 * 2 = 199.5 2(x+2.5)^2 + (y+3)^2 = 386.5 ((x+2.5)^2) / 193.25 + ((y+3)^2) / 386.5 = 1
(。・∀・)φ)) aioinae's dream journal ((φ(・∀・。)
。・゚・。・゚・ current goal: complete task of the month! ・゚・。・゚・。
Adopted by Delphinus!

Hang on a min, I think I made some mistake...
oh crap, I did make a mistake >.<
Anyway, ninja:
Code:sin(x)^2 + cos(x)^2 = x + 5*-1 - 1 [i^2 = -1] 1 = x - 6 [sin(x)^2 + cos(x)^2 = 1] 5 = x [+ 6] x = 5
Last edited by ThreeLetterSyndrom; 02-15-2009 at 01:52 PM.
All these questions so far have been disgusting.
lawl... less of an equation to solve, more of a collection of facts.(sin x)^2 + (cos x )^2 = x + 5(i^2) - 1
soft she stirs on starlit sand,
and clasps wet shore within her hand.
she turns to face the silent seas,
and through her heart, a vital breeze.
she wonders at this strange new land.

I've got myself a new one. This one should be correct.
Code:It's an ellipse. Give radius and center coordinates. x + 4/x + 3 = -y - 2.25/y - 3
(。・∀・)φ)) aioinae's dream journal ((φ(・∀・。)
。・゚・。・゚・ current goal: complete task of the month! ・゚・。・゚・。
Adopted by Delphinus!
1 + 6 = 7, by the way.
Don't worry, I wasn't being patronising. It's just that the questions so far have been messy; just applications of formulae without anything very interesting about them and using messy numbers, etcetera.Give us an equation that someone in high school Algebra could solve, then. I'd like to see what's not "disgusting" according to Your Highness.
Last edited by Xei; 02-15-2009 at 02:09 PM.
soft she stirs on starlit sand,
and clasps wet shore within her hand.
she turns to face the silent seas,
and through her heart, a vital breeze.
she wonders at this strange new land.
Bookmarks