Linear equations using addition

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 2K views
uperkurk
Messages
167
Reaction score
0
I'm probably making a silly mistake or Wolfram Alpha is lying to me.

Question: Find the value of c and d.

[itex]3d=13-2c[/itex]

[itex]\frac{3c+d}{2}=8[/itex]

Rearranged, simplified and multiply each equation by 2:

[tex]6d+4c=26[/tex]
[tex]d+3c=16[/tex]

Now find the common multiple which in my case I will use 12:

[tex]18d+12c=78[/tex]
[tex]-4d-12c=-64[/tex]

Then add them and find what d is worth:

[tex]14d=14[/tex]

[tex]d=1[/tex]

Now when I plug this back into the equation, I will use the first one:

[tex]3(1)+2c=13[/tex]
[tex]3+2(c)=13[/tex]
[tex]c=5[/tex]

[tex]d=1, c=5[/tex]

What am I doing wrong? Sorry if this is the long winded way to do it.
 
Physics news on Phys.org
jbunniii said:
Your answer is correct, as you can verify by plugging ##d = 1## and ##c = 5## into the two given equations.

So Wolfram is lying to me it seems?

Wolfram says the answer is [tex]c=\frac{35}{16}, d=\frac{23}{8}[/tex]
 
uperkurk said:
So Wolfram is lying to me it seems?

Wolfram says the answer is [tex]c=\frac{35}{16}, d=\frac{23}{8}[/tex]
It seems more likely that you didn't enter the problem correctly into Wolfram Alpha.
 
AlephZero said:
I think you told Wolfram the second equation was
$$3c + \frac d 2 = 8$$

Yes, looking back that is what is shows under "Input Result" How would I input the correct format?
 
uperkurk said:
Yes, looking back that is what is shows under "Input Result" How would I input the correct format?

If you meant this:
$$ \frac{3c + d}{2}$$

you should have written it as (3c + d)/2.

Also, there was some wasted effort when you multiplied the first equation by 2. You didn't need to do that.