Recent content by vr0nvr0n

  1. V

    Could someone please tell me what this notation means?

    Thank you. In case anyone else finds this in the future, that notation is mathematically equivalent to this formula: If it is written as the example provided with (with 6 on top of 2), it is 6!/(2!(6-2)!) or 6!/(2!*4!).
  2. V

    Could someone please tell me what this notation means?

    Homework Statement Erica goes swimming three out of the seven days of the week. How many possibilities are there for her swim schedule if she goes swimming on Monday or Tuesday or both? (Define M to be the set of schedules in which Erica goes swimming on Monday. Let T be the set of schedules in...
  3. V

    Understanding Big Oh: Exploring the Best Function for a Given Equation

    Uggz... I appreciate your reply! Unfortunately, now I have to attempt to get the credit! Thank you!
  4. V

    Understanding Big Oh: Exploring the Best Function for a Given Equation

    Let me start by saying that this is from a 30 question assessment on Big Oh, Big Theta, and Big Omega. I understood every other question, however, even after being given the correct answer, I do not understand why my answer was wrong for this one. If you could point me in the direction of any...
  5. V

    Find the Magnitude of Theta to Maximize Volume of a Cone

    I don't know ##h## or ##r## (except in the formulaic terms mentioned above), I am looking for ##\theta##, and all I am given is ##R## (the radius of the circle from which the sector is cut).
  6. V

    Find the Magnitude of Theta to Maximize Volume of a Cone

    Ray wrote: "Anyway, if you cut out a sector of angle θ from a circle of radius R, then fold it up into a cone, what is the radius of the base of the cone (call it r)?" The radius of the base of the cone would definitely be ##r##2 = ##R##2 - ##h##2. To make this relate to the angle of...
  7. V

    Find the Magnitude of Theta to Maximize Volume of a Cone

    Sorry, I wrote the correct term further down in my post ##r##(2π - ##\theta##). So, if that's correct, I should be working with: ⅓(2π##r## - ##\theta## ##r##)2π√(##R##2 - ##r##2)
  8. V

    Find the Magnitude of Theta to Maximize Volume of a Cone

    Hmm... 2π - ##\theta##? So, am I better off approaching this in Pythagorean form using ##r##(2π - ##\theta##); ##R##; and ##h##2 = ##R##2 - ##r##2?
  9. V

    Find the Magnitude of Theta to Maximize Volume of a Cone

    The 18Θ came from the Area of a Sector of a Circle formula (R2*½*Θ).
  10. V

    Find the Magnitude of Theta to Maximize Volume of a Cone

    Is r = sin(Θ½)? I had thought of that, but I think I confused myself by solving for 18Θ early on.
  11. V

    Find the Magnitude of Theta to Maximize Volume of a Cone

    Homework Statement A sector with central angle θ is cut from a circle of radius R = 6 inches, and the edges of the sector are brought together to form a cone. Find the magnitude of θ such that the volume of the cone is a maximum. Homework Equations Volume of a Cone = ⅓ * π * r2 * h Area of a...
  12. V

    Given Two Point Charges, Find the charge at Point 0 as x,y

    Thank you. There goes old vr0nvr0n, overthinking the problem again! Thanks again.
  13. V

    Given Two Point Charges, Find the charge at Point 0 as x,y

    Sorry, I don't know why the photo isn't working. Here is the photo again:
  14. V

    Given Two Point Charges, Find the charge at Point 0 as x,y

    Homework Statement Two point charges are placed on the x axis. The first charge, q1 = 8.00 nC , is placed a distance 16.0 m from the origin along the positive x axis; the second charge, q2 = 6.00 nC , is placed a distance 9.00 m from the origin along the negative x axis. Photo shown by...
  15. V

    Flushing Data in Loop? -- Keep Entering Empty Space

    #include <iostream> #include <iomanip> #include <cstring> #include <cmath> #include <fstream> using namespace std; int main(){ //Set main variables string customerName, address, city, state, zip, menuOptionStrInt, menuOptionStrChar; int minutesUsed, amountOwedInteger...
Back
Top