Community of trusted and anonymous friends where girls and guys help each other.
  • 0/150

  • Feed
    • Popular
    • Questions
    • Help Needed
    • Polls
    • Live Feed
    • myTakes
    • Topics
  • Topics
  • Search
  • Sign Up or Log In
    • Girl's Behavior Girl's Behavior
    • Guy's Behavior Guy's Behavior
    • Flirting Flirting
    • Dating Dating
    • Relationships Relationships
    • Fashion & Beauty Fashion & Beauty
    • Health & Fitness Health & Fitness
    • Marriage & Weddings Marriage & Weddings
    • Shopping & Gifts Shopping & Gifts
    • Technology & Internet Technology & Internet
    • Break Up & Divorce Break Up & Divorce
    • Education & Career Education & Career
    • Entertainment & Arts Entertainment & Arts
    • Family & Friends Family & Friends
    • Food & Beverage Food & Beverage
    • Hobbies & Leisure Hobbies & Leisure
    • Other Other
    • Religion & Spirituality Religion & Spirituality
    • Society & Politics Society & Politics
    • Sports Sports
    • Travel Travel
    • Trending & News Trending & News
    • Manage Topics
  • Marriage & Weddings Shopping & Gifts Technology & Internet Break Up & Divorce Education & Career +15
Other

Help me with math?

GuyProblems24_7
GuyProblems24_7 Follow
Xper 2 Age: 27
Follow
Facebook
Twitter
WhatsApp
00
A*b+c=18
b*c=16
a+b=7
Help me with math?
Post Opinion
9 Opinion
Like
Share
Follow
What is your opinion?
What is your opinion?
Add Opinion
AI Bot Choice

Superb Opinion

  • abc3643
    abc3643 Follow
    Master Age: 60 , mho 37%
    1 y
    5.8K opinions shared on Other topic.

    OK, let me re-write what you wrote first, but make all the letters in CAPS, add some spacing and start naming the equations.

    [EQN_1 which means Equation 1]: A * B + C = 18

    [EQN_2]: B * C = 16

    [EQN_3]: A + B = 7

    OK, so you have 3 nonlinear equations in 3 unknown variables.

    Now, before I continue, I solved it in my head and the answer is:

    A = 5, B = 2, C = 8

    OK, let's now prove it. This next paragraph is going to lay-out what we're going to do...

    Generally, that can suck, but we are in luck. EQN_2 and EQN_3 are equations that have only 2 of the 3 unknown variables and they are both linear. EQN_1 is nonlinear, but, more importantly, it has all 3 unknown variables. What's really good is that B is the common variable in EQN_2 and EQN_3, so, what we are going to do is solve EQN_2 and EQN_3 in the other variable in terms of B; that is, in EQN_2, we're going to solve for C in terms of B and, in EQN_3, we're going to solve for A in terms of B. Once we have A in terms of B and C in terms of B, we just plug those into EQN_1 which will just become an equation in just B. After that, you solve that equation for B and, because you know B, you can figure out A and C.

    Let's get started. First, we're going to take EQN_2 and solve for C. Rewriting EQN_2:

    [EQN_2]: B * C = 16

    Solving for C, divide each side by B.

    [EQN_4]: C = 16 / B

    We're going to need EQN_4 later because we'll use that to replace C in EQN_1 and, at the end after we know the value of B, we'll need this to get the value of C.

    Now for EQN_3 and solve for A. Rewriting EQN_3:

    [EQN_3]: A + B = 7

    Solving for A, subtract B from each side.

    [EQN_5]: A = 7 - B

    Again, we're going to need EQN_5 later because we'll use that to replace A in EQN_1 and, at the end after we know the value of B, we'll need this to get the value of A.

    OK, so now we are onto the next phase: Plugging in EQN_4 and EQN_5 into EQN_1 to get a single equation in B. Rewriting EQN_1:

    [EQN_1]: A * B + C = 18

    Now we use EQN_4 to get rid of C.

    [EQN_4]: C = 16 / B

    So, substituting EQN_4 into EQN_1:

    A * B + C = 18

    [EQN_6]: A * B + (16 / B) = 18

    Great! So, C is gone and we don't care about it until near the end after we know the value of B.

    OK, so, think of EQN_6 is the new EQN_1 because we are going to use that now instead of EQN_1.

    Now we use EQN_5 to get rid of A.

    [EQN_5]: A = 7 - B

    So, substituting EQN_5 into EQN_6 (and NOT EQN_1):

    A * B + (16 / B) = 18

    [EQN_7]: (7 - B) * B + (16 / B) = 18

    EQN_7 is our single equation in B. It's ugly.

    Let's see what we can do…

    Multiply across by B.

    B * [(7 - B) * B + (16 / B)] = B * 18

    (7 * B - B * B) * B + 16 * B / B = 18 * B

    7 * B * B - B * B * B + 16 = 18 * B

    Doing some simplifying and cleaning up…

    [EQN_8]: B^3 - 7B^2 + 18B - 16 = 0

    Wow, that's a cubic equation and beyond your skills, so we need to try something a little smarter…

    First, let's see if I was right…

    I said B was 2. That's plug that into EQN_8:

    B^3 - 7*B^2 + 18*B - 16 =?= 0

    (2)^3 - 7*(2)^2 + 18*(2) - 16 =?= 0

    8 - 7*4 + 36 - 16 =?= 0

    8 - 28 + 36 - 16 =?= 0

    Yes. So __one__ answer for B = 2. (A cubic equation will have 3 answers.)

    (more)

    0
    3 Reply
    • abc3643
      abc3643
      1 y

      OK, let's start over:

      [EQN_1]: A * B + C = 18

      [EQN_2]: B * C = 16

      [EQN_3]: A + B = 7

      Hmmm. Looking at EQN_1, if we multiplied everything by B, we'd get a B*C term and we can use EQN_2 to plug that in.

      B*(A * B + C) = B*18

      A*B^2 + B*C = B*18

      But, EQN_3 says B*C = 16, so:

      [EQN_9]: A*B^2 + 16 = B*18

      This is looking good! We only have a quadratic equation in B and we can solve that. However, we still have A. So, let's use EQN_5 and substitute into EQN_9:

      A*B^2 + 16 = B*18

      (7-B)*B^2 + 16 = B*18

      Uh oh…

      7*B^2 - B^3 + 16 = 18*B

      -B^3 + 7*B^2 - 18*B + 16 = 0

      B^3 - 7*B^2 + 18*B - 16 = 0

      Wow… That's EQN_8 all over again.

      At this point, if you can use a calculator and just plug in the cubic and have it solve, then I guess that's OK. When I was in school, you had to solve it. This is a cubic equation and there are methods to solve it like a quadratic equation, but that's still not easy and I doubt that you are responsible for that.

      What is this class that you are taking?
      Are you allowed to use a calculator to solve cubics?

      Reply
    • abc3643
      abc3643
      1 y

      Again, though, once we know B, which is 2, then we get A and C...
      EQN_4 says C=16/B, so C = 8.
      EQN_5 says A = 7-B, so A = 5.

      Reply
    • abc3643
      abc3643
      1 y

      Plugging A = 5, B = 2, C = 8 back into the original equations...

      [EQN_1]: A * B + C = 18
      (5) * (2) + (8) = 18
      10 + 8 = 18
      18 = 18 Check!

      [EQN_2]: B * C = 16
      (2) * (8) = 16
      16 = 16 Check!

      [EQN_3]: A + B = 7
      (5) + (2) = 7
      7 = 7 Check!

      So, we know that A=5, B=2, and C=8 is an answer for that system of equations.
      (Technically, there may be two other answers because we know that the system is actually a cubic in B so B will have 3 values that will solve that cubic.)

      Using the cubic equation calculator here:
      www.calculatorsoup.com/.../cubicequation.php
      and plugging in the coefficients of 1, -7, 18, -16, it gave these as the solutions of the cubic; that is, the values of B that solve it. That's exact equation is here:
      www.calculatorsoup.com/.../cubicequation.php
      and the solutions are:
      Answer:
      Solutions for x:
      x1 = 2
      x2 = 2.5 + i * 1.32288
      x3 = 2.5 - i * 1.32288

      Those last two are complex numbers and, specifically, "complex conjugates". They are not real numbers because they have an imaginary part (the number to the right of "i" which is the square root of -1). Using these numbers would make A and C also be complex numbers.

      So, the only value that you will likely care about in class is B = 2 which, again, results in A = 5 and C = 8.

      Reply

Most Helpful Opinions

  • slatyb
    slatyb Follow
    Master Age: 49 , mho 31%
    1 y
    2.1K opinions shared on Other topic.

    Whole numbers? There aren’t many choices for b given b*c=16. Just try them all.

    1
    1 Reply
    • abc3643
      abc3643
      1 y

      Yeah, this is a good way to go if you are told beforehand that A, B, C are whole numbers.

      The factors of 16 are:
      1,2,4,8,16. That's it.
      So, either:
      B=1, C=16
      B=2, C=8
      B=4, C=4

      If we try B=1, C=16 and plug into A*B+C = 18, you get:
      A*1+16 = 18
      So, A would have to be 2, but what about A+B = 7?
      (2)+(1) = 3 <> 7 so B=1 is out...

      If we try B=4, C=4 and plug into A*B+C = 18, you get:
      4A + 4 = 18
      4A = 14
      A = 14/4=3.5... that's not whole, so already this may be out.
      But what about A+B = 7?
      (14/4)+(4) = 7.5 <> 7 so B=4 is out...

      That leaves B=2, C=8.
      Plug into A*B+C = 18, you get:
      2A + 8 = 18
      2A = 18 - 8 = 10
      A = 5.
      But what about A+B = 7?
      (5)+(2) = 7 = 7 so that's it.

      Reply
  • Monfrere
    Monfrere Follow
    Xper 2 Age: 26 , mho 38%
    1 y

    A=7-b
    (7-b)*b+c=18
    7b-b^2+c=18
    C=16/b
    7b-b^2+16/b=18
    7b^2-b^3+16-18b=0
    Now use the calculator

    0
    2 Reply
    • abc3643
      abc3643
      1 y

      That's a cubic equation. You are allowed to just plug an equation like that into a calculator without actually solving it?

      Reply
    • Monfrere
      Monfrere
      1 y

      @abc3643 hi, yes here we can do that, fortunately

      Reply

What Girls & Guys Said

0

Opinion

6

Opinion

  • andreasderjuengere
    andreasderjuengere Follow
    Master Age: 59
    1 y
    3.8K opinions shared on Other topic.

    a = 3
    A = 3.5
    b = 4
    c = 4
    :)

    0
    0 Reply
  • AzzaBlue
    AzzaBlue Follow
    Xper 5 Age: 38
    1 y

    A = 5
    B = 2
    C = 8

    0
    0 Reply
  • monkeynutts
    monkeynutts Follow
    Guru Age: 43
    1 y
    2K opinions shared on Other topic.

    A= 3 maybe B and C are 4. Algebra is fun right.

    0
    0 Reply
  • Leavesbound
    Leavesbound Follow
    Guru Age: 63 , mho 37%
    1 y
    376 opinions shared on Other topic.

    What's the question?

    0
    0 Reply
  • Sam_The_Savage
    Sam_The_Savage Follow
    Yoda Age: 26
    1 y

    😂😂😂

    0
    0 Reply
  • prettyboy57886
    prettyboy57886 Follow
    Xper 4 Age: 23
    1 y

    A5 b2 c8

    1
    0 Reply
Click "Show More" for your mentions
Home > Other > Questions > Help me with math?
Add your reply For "{0}"
Most Helpful Opinion(mho) Rate.
Learn more

Related Questions

Help for algebra 1 math? Those Good At Math Can Someone Help With This... Slope Linear Equations? My crush is ignoring me help! Does he have Aspergers and how should I get close to him? HELP, I couldn't forget this guy. There is something mentally wrong with me, please help? I have a crush on my math teacher? Im failing grade 9 math? Help?
Cast Your Vote
Are you good at detecting red flags?
Read them easily (man)
Read them easily (woman)
Miss them (men)
Miss them (women)
Select gender and age to cast your vote:
Please select your age
MementoMori777
MementoMori777
Yoda
Other

Popular Questions

Would you chase a cheese down a hill? Can you recall what happened in your fave Tom and Jerry episode? I'm in the mood to solve some riddles, so... What's your favourite riddle? Are relationships based on luck?
Show All
Popular Questions
  • Girls, What are the Ways for Men to Say They Care About You?
  • My boyfriend follows random girls on Instagram, should I be worried?
  • Girls what does the 😌 emoji mean?
  • How do I ask for a girl's Instagram?
  • "How Do You Feel About Me?" Best Answers to This Situation!
  • Do guys really like girls with thick thighs?
  • Girls, What Makes a Man Fall Deeply in Love With a Woman?
  • What does the date under "Hey there I am using Whatsapp" Status mean?
  • What's a good comeback when someone jokingly calls you old?
  • When a girls says "I'll let you know" what does it mean?
Recent Questions
  • Do men play hard to get with girls they are interested in?
  • I keep liking girls and they seem to like me and flirt with me & then I ask them out they say no and we don’t talk much anymore, why do girls do that?
  • Is it normal for a girlfriend to send and get kisses/hearts from male hunting friends?
  • Why do I keep attracting frenemies as friends?
  • Do you know what are my cousins kids to me?
  • Girls, do you think 172cm / 5'7 height is okay for a guy?
  • Is it right for me to ask for a second chance? How should I go about this?
  • What do ‘hook up’ and ‘fling’ mean to you? Are they the same?
  • What does mature guy mean to you?
  • He said ” I’m sure you’ll meet your soulmate one day” while breaking up with me. So does it mean there’s 0% chance he’ll change his mind?
  • Help
  • Contact
  • Terms Of Use
  • Guidelines
  • Privacy Policy
  • Sitemap
  • Featured Questions
  • Topics
Popular Topics
Dating Education & Career Entertainment & Arts Flirting Food & Beverage Girl's Behavior Guy's Behavior Health & Fitness Relationships Technology & Internet
Girls Ask Guys
©2023 GirlsAskGuys ™
Apple Store Google Play
Join with {0}
Loading...