Results 1 to 5 of 5

Thread: Project Lovecraft Problem 3

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    thinBasic MVPs danbaron's Avatar
    Join Date
    Jan 2010
    Location
    California
    Posts
    1,378
    Rep Power
    152

    Project Lovecraft Problem 3

    Problem 3

    Numerically estimate (or calculate) the volume of the part of Sphere 0 which is not

    intersected by any of Spheres 1-6.

    0. x^2 + y^2 + z^2 = 64


    1. (x - 8*(2^0.5))^2 + y^2 + z^2 = 64


    2. (x + 8*(2^0.5))^2 + y^2 + z^2 = 64


    3. x^2 + (y - 8*(2^0.5))^2 + z^2 = 64


    4. x^2 + (y + 8*(2^0.5))^2 + z^2 = 64


    5. x^2 + y^2 + (z - 8*(2^0.5))^2 = 64


    6. x^2 + y^2 + (z + 8*(2^0.5))^2 = 64


    DTB.

    Last edited by danbaron; 11-05-2011 at 07:00.
    "You can't cheat an honest man. Never give a sucker an even break, or smarten up a chump." - W.C.Fields

Similar Threads

  1. Project Lovecraft Problem 1
    By danbaron in forum Math: all about
    Replies: 36
    Last Post: 12-05-2011, 07:19
  2. Project Lovecraft Problem 7
    By danbaron in forum Math: all about
    Replies: 37
    Last Post: 25-12-2010, 05:47
  3. Project Lovecraft Problem 4
    By danbaron in forum Math: all about
    Replies: 6
    Last Post: 10-03-2010, 09:11

Members who have read this thread: 0

There are no members to list at the moment.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •