| | |
math question
Please support our C++ advertiser: Programming Forums - DaniWeb Sister Site
![]() |
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
1) Prove that the area of a circle is pi*r^2, where "r" is the radius of the circle. 2) Problem 2[b]solved by : jonsca
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.
1) Prove that the area of a circle is pi*r^2, where "r" is the radius of the circle. 2) Problem 2[b]solved by : jonsca
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.
![]() |
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
Views: 741 | Replies: 9
| Thread Tools | Search this Thread |
Tag cloud for c++, equation, math
algorithm api array arrays assignment beginner binary bitmap c# c++ char char* class compile compiler compression console conversion convert cout cuil degrees delayload delete development download drawing email encryption equation error exam file form fstream function functions game gcd gdi+ graph int introduction iteration java jni keyboard line linker lnk2019 mandelbrot math maze microsoft newbie node opengl operator output pointer prime primenumbersinrange problem professor program programming python qt radians read recursion recursive registry rpg search snakes statistics stream string strings struct system technology template templates text toolbar toolkit traverse tree url usb vb6 vbnet vector visual web win32 wxwidgets xor







