[ 3 / biz / cgl / ck / diy / fa / ic / jp / lit / sci / vr / vt ] [ index / top / reports ] [ become a patron ] [ status ]
2023-11: Warosu is now out of extended maintenance.

/sci/ - Science & Math


View post   

File: 8 KB, 300x250, 2148103737082514938.png [View same] [iqdb] [saucenao] [google]
9074193 No.9074193 [Reply] [Original]

I saw this advert on a site. Now I've only ever done A-level maths so after this ad popped up a few times I thought I may as well try to work it out.
It's basic algebra but no amount of rearranging can help me out. Is it even possible? If so what am I missing out? Sorry again for the stupid question but it really is bugging me.

>> No.9074205
File: 1.49 MB, 1412x1200, 1464143124471.jpg [View same] [iqdb] [saucenao] [google]
9074205

>y^2 + xy + x^2 + xy = (y+x)^2 = 50
>y^2 + xy - x^2 - xy = (y-x)^2 = 10
>y+x=+/-sqrt(50)
>y-x=+/-sqrt(10)

>> No.9074211

12

>> No.9074216

>>9074211
This. Just do the math.

>> No.9074219

[eqn]\left( x \,+\, y \right)^2 \,=\, 50 \qquad\text{then}\qquad x \,+\, y \,=\, \pm 5\sqrt2[/eqn]

Assuming [math]x \,+\, y \,=\, 5\sqrt2[/math],
[eqn]\begin{cases} x \,\left( x \,+\, y \right) \,=\, 5\sqrt2\, x \,=\, 20 \\ y \,\left( x \,+\, y \right) \,=\, 5\sqrt2\, y \,=\, 30 \end{cases} \qquad\text{then}\qquad \begin{cases} x \,=\, \frac{4}{\sqrt2} \\ y \,=\, \frac6{\sqrt2} \end{cases}[/eqn]
in which case [math]x\,y \,=\, 12[/math].

Same happens assuming [math]x \,+\, y \,=\, -5\sqrt2[/math].

>> No.9074228
File: 11 KB, 344x817, ez-way.png [View same] [iqdb] [saucenao] [google]
9074228

>> No.9074233

>>9074193

You don't even need to think very hard. It's just 2 equations with 2 unknowns.

You just solve for one of them and substitute it into the other

>> No.9074253
File: 7 KB, 206x244, milhouse is a meme.png [View same] [iqdb] [saucenao] [google]
9074253

>>9074193
[math](x + y)^2 = x^2 + 2xy + y^2 = 20 + 30 = 50[/math]
[math]x + y = \sqrt{50} = 5\sqrt{2}[/math]
[math]x(x+y) = x^2 + xy = 20 \implies x = 4/\sqrt{2}[/math]
[math]y(x+y) = y^2 + xy = 30 \implies y = 6/\sqrt{2}[/math]
[math]xy = 12[/math]

>> No.9074261

>>9074233
>"this is a linear system"
t. brainlet

y*ln(x)-x^2=-1
sin(y^-x)=0.5

go ahead, give me some solutions for x and y, it's only two equations with two unknowns.

>> No.9074268

>>9074193
x^2+xy+xy+y^2=50
(x+y)^2=50
x+y=sqrt50
x+y=7
3+4=7
3*4=12

>> No.9074277

>>9074268
3 and 4 do not satisfy the given equations, and that's a terrible leap in logic (1+6=7 too, but 1*6=6)

>> No.9074280

>>9074268
>>9074277
also I just realized since you said sqrt(50)=7 that i've been baited

>> No.9074283

>>9074280
does .07 really make a difference tho

>> No.9074284

[eqn]yx^2+xy^2=20y[/eqn]
[eqn]xy^2+yx^2=30x[/eqn]
[eqn]y=\frac32 x,~x=\frac23 y[/eqn]
[eqn]y^2-x^2=10[/eqn]
[eqn](\frac32 x+x)(y-\frac23 y)=10[/eqn]
[eqn]\frac52 x\cdot \frac13 y=10[/eqn]
[eqn]xy=\frac{60}5=12[/eqn]

>> No.9074348

>>9074193
you can interprete each equation as a quadratic equation with a parameter x respectively y.

with that interpretation we can first solve the first equation for x which yields a function x = x(y) and then use that knowledge to solve the second equation for all possible y values.

if there is only one solution x*y has only one result.

>> No.9074391

OP here. Thanks a lot for your answers - I get it now. It's been a while since I did my A-level exams and it seems obvious now. Thanks again.

>> No.9074483

>>9074193
12

factored as
x(x+y)=20
y(x+y)=30

you know that x,y≠0 and x+y≠0, so quotient between them defined
so x/y=2/3<->3x=2y

substitute and solve simple quadratic to get x=2√2 and y=3√2

>> No.9074486

>>9074284
>>9074483
read the fucking thread like 200 other people already solved it for OP dear lord

>> No.9074511

>>9074193
I think it's
[eqn] xy = \frac{(20)(30)}{50} [/eqn]

>> No.9074552

>>9074486
bump

>> No.9074946
File: 280 KB, 534x436, 1486146506521.png [View same] [iqdb] [saucenao] [google]
9074946

>>9074261
x=1.007212
y=1.901031
Easy

>> No.9074958

Why does /sci/ love easy problems like OP's so much? I almost never see you guys tackle the more challenging ones posted.

>> No.9075110

holy shit i feel fucking retarded i havent done shit like this in a long ass time.

i eventually got it. this is the brainlet's solution

x^2 + xy = 20
y^2 + xy = 30
x(x+y) = 20
y(y+x) = 30
x = 20/(x+y)
y= 30/(y+x)
xy = 600/(x+y)^2

x^2 + 600/(x+y)^2 = 20
y^2 + 600/(x+y)^2 =30
1000/(x+y)^2 = 20
1500/(x+y)^2 = 30
(x+y)^2 = 1000/20
(x+y)^2 =1500/30 = 50

Xy = 600/50

>> No.9075124

>>9074193
Let us assume such numbers exist.
since x(x+y)=20 and y(x+y)=30, x and y are not 0 and y/x=3/2 ie y=3/2x. by replacing y by 3/2x in the forst equation we get: 20=x^2(1+3/2)=5x^2/2 and so x^2=8. But then xy = 3x^2/2 =12.

x:= sqrt(8) and y=3/2 sqrt(8) is the only solution of this system btw.

>> No.9075142

>>9074193
[math] x(x+y) = 20 \\ y(x + y) = 30 \\ (x-y)(x+y) = -10 \\ y(x-y)(x+y) = -10y \\ 30(x-y) = -10y \\ 30 x - 30y = -10y \\ 30x = 20y \\ x=\frac{20}{30}y[/math]

Take this last result and plug it into the two equations. Then a two single variable quadratic equations will appear. So solve for them.

>> No.9075225

>>9074205
>>y^2 + xy - x^2 - xy = (y-x)^2 = 10
>y^2-x^2=(y-x)^2
back to school

>> No.9075788

>>9074486
>implying >>9074284 isn't vastly superior to all previous solutions

>> No.9075823

>>9075124
wowie its exactly >>9074483
!!

>> No.9075837

>>9074193
Add and multiply the equations to get:
(x + y)^2 = 50
xy(x+y)^2 = 600
Divide the second equation by the first:
xy = 12

>> No.9075851

>>9075837
How did xy gain it value of 12?
Why is xy times 50 600?

I understand getting trolled, but still

>> No.9075938

>>9075837
You win.
/thread

>> No.9075941
File: 1.49 MB, 2448x3264, IMG_20170731_142103.jpg [View same] [iqdb] [saucenao] [google]
9075941

>>9074193
did i solve right? with x you can easily find that xy is 20 - (370/20)2

>> No.9076048

>>9075941

>y=20x - x^2/x
You sure?

>> No.9076125

>>9076048
yea, i think so...
(x + y) = 20x^-1
so i pass the left most x to the right side
then i multiply both ( 20x^-1 and x) by x/x
resulting in y= (20x - x^2) / x

>> No.9076155
File: 3.83 MB, 4128x3096, 20170731_195832.jpg [View same] [iqdb] [saucenao] [google]
9076155

>>9076125

I'm not sure how you're simplifying it, but you need to make the denominator common.

>> No.9076173

>>9076155
seems like you are right

>> No.9076220

>>9074261
Being this retarded

>> No.9076373

>>9074193
xy = 20 - x^2
xy = 30 - y^2
(xy)^2 = 600 - 20y^2 - 30x^2 + (xy)^2
20y^2 + 30x^2 = 600
2y^2 + 3x^2 = 60
2y^2 + 3x^2 = 3x^2 + 3xy
2y^2 = 3xy
2y = 3x
Then substitute and solve.

>> No.9076403

>>9074228
Holy fuck, this makes sense

>> No.9076437

How has no-one posted this yet?

x^2 + 2xy + y^2 = 50
(x + y)^2 = 50

x (x + y) = 20
y (x + y ) = 30
xy (x + y)^2 = 600
xy = 600 / (x+y)^2 = 600 / 50 = 12

>> No.9076791

>>9076437
damn my nigga whatchu doing on /sci/ with dat IQ

>> No.9076856

>>9074193
Add the equations together:
x*x + 2*x*y + y*y = 50
Solve for x using the quadratic formula:
x = (-2*y ± √(4y*y - 4*y*y + 200))/2
= -y ± 5√(2)
Solutions are x = -y + 5√(2) and x = -y - 5√(2).
Plug in to the second formula:
y*y - y*y ± y*5√(2) = 30
Solve for y:
y = ±3√(2)
Solve for x:
x = ±2√(2)
The two solutions are:
(x,y) = ±√(2)*(2,3)