| | |
math question
Please support our C++ advertiser: Intel Parallel Studio Home
![]() |
1
#2 Oct 22nd, 2009
This question seemingly has nothing to do with c++. In the future dont post math related questions in the programming forums.
As for your problem, what does the question ask you to do? Do you have to solve for the variable r?
As for your problem, what does the question ask you to do? Do you have to solve for the variable r?
Check out my new band URL on facebook. I'm the bass player. :) Become a fan and leave comments if you like.
URL on facebook!
URL on facebook!
1
#3 Oct 22nd, 2009
1st) Read post 1, although if you PM, someone that knows a little math, he might help you.
2)
2)
C++ Syntax (Toggle Plain Text)
Let A = r+5(r-2)=28 Let B = 3(r+4)+5(r+2)=102 //Break down A A = r+5(r-2) = 28 = r + 5r - 10 = 28 //distributive rule = 6r - 10 = 20 //add like trms = 6r = 20 + 10 //remember switching numbers to the opposite sides mean change its operatorion from + to minus, * to / and vice-versa so, 6r = 20 + 10, 6r = 30 r = 30/6 = 15/3 = 5
C++ Syntax (Toggle Plain Text)
//Break down of B Let B = 3(r+4)+5(r+2)=102 B = 3r + 12 + 10r + 20 = 102 //Distributive property = 3r + 10r + 12 + 20 = 102 // re-arrange like terms = 13r + 32 = 102 //add like terms = 13r = 102 - 32 //bring together like terms = 13r = 70 = r = 70/13
I give up! 1) What word becomes shorter if you add a letter to it? [ Solved by : niek_e ] 2) What does this sequence equal to : (.5u - .5a)(.5u-.5b)(.5u-.5c) ... 3) What is the 123456789 prime numer? Ask4Answer
1
#4 Oct 22nd, 2009
•
•
•
•
A = r+5(r-2) = 28 = r + 5r - 10 = 28 //distributive rule = 6r - 10 = 20 //add like trms
Last edited by Dave Sinkula; Oct 22nd, 2009 at 10:20 am.
"One of the methods used by statists to destroy capitalism consists in establishing controls that tie a given industry hand and foot, making it unable to solve its problems, then declaring that freedom has failed and stronger controls are necessary." --Ayn Rand
1
#5 Oct 22nd, 2009
Also with B: this
Look, if r(B)=70/13=5.38... (according to you) then if you substitute 'r' with 5.38... in the original formula, you should get 102; which you don't.
the answer to B is 10. But I'm not going to show the math here, because the OP needs to learn to do his/her own damn homework.
B = 3r + 12 + 10r + 20 = 102 //Distributive property is completely wrong. I have no idea what you're trying to do here. Look, if r(B)=70/13=5.38... (according to you) then if you substitute 'r' with 5.38... in the original formula, you should get 102; which you don't.
the answer to B is 10. But I'm not going to show the math here, because the OP needs to learn to do his/her own damn homework.
Last edited by niek_e; Oct 22nd, 2009 at 10:50 am.
0
#6 Oct 23rd, 2009
Lol, I was high when I posted that, sorry.
I give up! 1) What word becomes shorter if you add a letter to it? [ Solved by : niek_e ] 2) What does this sequence equal to : (.5u - .5a)(.5u-.5b)(.5u-.5c) ... 3) What is the 123456789 prime numer? Ask4Answer
0
#8 Oct 23rd, 2009
•
•
•
•
1st) Read post 1, although if you PM, someone that knows a little math, he might help you.
2)
C++ Syntax (Toggle Plain Text)
Let A = r+5(r-2)=28 Let B = 3(r+4)+5(r+2)=102 //Break down A A = r+5(r-2) = 28 = r + 5r - 10 = 28 //distributive rule = 6r - 10 = 20 //add like trms = 6r = 20 + 10 //remember switching numbers to the opposite sides mean change its operatorion from + to minus, * to / and vice-versa so, 6r = 20 + 10, 6r = 30 r = 30/6 = 15/3 = 5C++ Syntax (Toggle Plain Text)
//Break down of B Let B = 3(r+4)+5(r+2)=102 B = 3r + 12 + 10r + 20 = 102 //Distributive property = 3r + 10r + 12 + 20 = 102 // re-arrange like terms = 13r + 32 = 102 //add like terms = 13r = 102 - 32 //bring together like terms = 13r = 70 = r = 70/13
*Voted best profile in the world*
•
•
Join Date: May 2009
Posts: 13
Reputation:
Solved Threads: 0
0
#9 Oct 23rd, 2009
niek_e is correct about the second equation having r = 10. I didn't see anyone give a correct answer for the first, so I will: r = 19/3.
Ha. I refuse to subscribe to the theory that the LHC could end the world.
Ha. I refuse to subscribe to the theory that the LHC could end the world.
0
#10 Oct 23rd, 2009
I give up! 1) What word becomes shorter if you add a letter to it? [ Solved by : niek_e ] 2) What does this sequence equal to : (.5u - .5a)(.5u-.5b)(.5u-.5c) ... 3) What is the 123456789 prime numer? Ask4Answer
![]() |
Similar Threads
- Variable Question maybe a function.. (Python)
- A book on math for software engineers? (Computer Science)
- ok a little math question (Geeks' Lounge)
Other Threads in the C++ Forum
- Previous Thread: Stack OOP
- Next Thread: Need Help In Executing and Compiling New to Programming
| Thread Tools | Search this Thread |
.dll algorithm api array arrays assignment binary bitmap bmp borland c# c++ char char* class classes codeblocks console conversion data decide decimal degrees delayload development directshow download drawing ebook encryption equation error examples faq file fstream function functions game gdi+ graph hash html insert int java jni mandelbrot math matrix modal multiple newbie number operator output parallel partnership php plotting polynomial pong position prime primenumbersinrange print problem proficiency program programming projects python radians read recursion recursive round search snakes statistics stop string struct subclass technology template text timer toolkit tree tutorial url usb variable vb vector visual web win32 wxwidgets







