Math Is Fun Forum

  Discussion about math, puzzles, games and fun.   Useful symbols: ÷ × ½ √ ∞ ≠ ≤ ≥ ≈ ⇒ ± ∈ Δ θ ∴ ∑ ∫ • π ƒ -¹ ² ³ °

You are not logged in.

#226 Re: Exercises » find area » 2021-02-19 13:32:00

Now knowing the radius, here are 2 methods for finding the area of the shaded region:

In the formulas...
   r = the radius of the circumscribed circle
   i = the radius of the respective inscribed circle
   s = the sagitta of the respective circular segment

Method A (Area of circular segments minus area of inscribed circles)
1. Total area of the 3 circular segments = 481.49203......respective segment areas = r²ArcCos((r - s)/r) - (r - s)√(2rs - s²)
2. Total area of the 3 inscribed circles R, M & L = 175.92919......respective circle areas = πi²

  481.49203
- 175.92919
  ------------
  305.56284 = shaded region area
  =======

Method B (Area of circumscribed circle minus areas of inscribed objects)
1. Area of circumscribed circle = 756.47691......πr²
2. Total area of the 3 inscribed circles R, M & L = 175.92919......respective circle areas = πi²
3. Area of triangle ABC, using Heron's Formula on the 3 circular segment chord lengths AB, AC & BC = 274.98488......respective chord lengths = 2√(2sr - s²)

  756.47691
- 175.92919
- 274.98488
  ------------
  305.56284 = shaded region area
  =======

Edit: I first had Method B as my only method (same as the one in my post #5), but then discovered Method A.

#227 Re: Exercises » find area » 2021-02-19 09:39:09

Btw, this is my equation for the sum of the lengths of the arcs in the M, R & L circular sectors = the circumscribed circle's perimeter:

I have zero idea of how to solve for 'r' in that, other than in Mathematica, or online in W|A.

W|A's 'Wolfram Language code' for finding 'r' is:
Solve[2 r ArcSin[Sqrt[8 r - 16]/r] + 2 r ArcSin[Sqrt[16 r - 64]/r] + 2 r ArcSin[Sqrt[24 r - 144]/r] == 2 Pi r, r]

Edit: I had to click on the 'Approximate forms' button in W|A to get their answer, but was given 2 values to choose from. I chose the one (r≈15.5175) that resulted in the area of the shaded region being a positive value, the other yielding negative.

#228 Re: Exercises » find area » 2021-02-18 23:08:30

Bob wrote:

My wife thinks I 'cheated' by using a computer to generate the answer.

Hi Bob;

Your wife would have had an argument on that topic with bobbym, who said this about that! (which mathsyperson later commented on)

Anyway, I did as you did, and resorted to 'cheating' by using W|A to solve a horrible equation. dizzy

The equation was for the sum of the lengths of the arcs in the M, R and L circular sectors = 2πr...and W|A said that r≈15.5175.

#229 Re: Exercises » find area » 2021-02-15 22:02:24

Hi;

I can't find a proper solution, but drew it up in Geogebra to get some sort of answer.

I don't know how accurate that is.

#230 Re: Computer Math » Brute force for diophantine equation » 2021-02-02 12:06:20

sonu1997 wrote:

But can I send you a msg in your mail to discuss more about coding and brute force? If you don't mind

Sorry, sonu1997, but I'll decline your invitation.

I suggest you provide some more info for general discussion here, which could generate more interest in the thread and maybe even an outcome.

Btw, here's my code:

My clunky general code just uses Mathematica as the vehicle...

EDIT: Included a True/False check in my second code

#231 Re: Computer Math » Brute force for diophantine equation » 2021-02-02 00:09:25

Thanks, sonu1997, but I'll quit now.

I ran my brute force Mathematica code all last night and most of today for no results with x=0 to 1,000,000, y=0 to 1,000,000, c=114.

That was enough for me, and so I put the computer out of its misery and aborted the process midstream. I don't know how far into the computation I did that.

The whole exercise was taking up too much processing time with no reward to maintain my interest - sorry.

Btw, to find z, I was testing whether or not (2x³+6xy²-114)^(1/3) was an integer.

With my clunky nested 'For' loop code, that strategy worked quite well for smallish values of x and y, so I thought I'd try it on the above-mentioned larger x and y, not realising it would take forever.

I don't know Mathematica well enough to write efficient code, which it seems is needed to solve your problem in a reasonable time.

I hope someone can help you more!

#232 Re: Computer Math » Brute force for diophantine equation » 2021-02-01 15:46:04

Hi sonu1997 & irspow;

I also tried, and failed...but that doesn't mean much! dizzy

I wonder if the equation's been entered correctly, though.

The reason I ask is that in case the trailing constant (which I'll call 'c') happens to be wrong, I tried a range of alternatives for c...with some success:

Using Mathematica, I found 31 solutions for {x,y,z}, subject to the following constraints:

1. x = between -100 & 100
2. y = between -100 & 100
3. c = between 100 and 999, containing at least two digits of the OP's '114' in their correct positions (in case c contains just one incorrect digit).

Three examples of my solutions:
(a) x = 7, y = ±48, z = 46, c = 118
(b) x = 10, y = ±69, z = 66, c = 164
(c) x = 5, y = ±4, z = 6, c = 514

#233 Re: Help Me ! » Squaring numbers without the number » 2020-08-24 00:06:37

Hi Bob;

phrontister wrote:

0<x<0

Looks like I messed up there.

I meant that x is non-zero, either positive or negative.

#234 Re: Help Me ! » Squaring numbers without the number » 2020-08-23 11:16:29

Hi Bob;

But can you prove it always works?

I found a proof for 0<x<0, but it doesn't quite satisfy 'always'. smile

#235 Re: Puzzles and Games » The Ball-Drop Problem - Solve w/o Knowing the Solution! » 2020-07-21 12:24:21

Hi Bob;

I was just quickly scanning recent posts, and spotted this:

bob bundy wrote:

198 has 4 prime factors, 1, 2, 9, and 11.

According to my understanding of primes, 198 has 3 prime factors: 2, 3 and 11.

I didn't look to see if this makes any difference to your work there.

#236 Re: Exercises » puzzle by Xodus » 2020-07-04 01:07:53

Hi Bob;

Nice to have another go at something. smile

I see that your last post came before I finished an edit to my previous post (#5), and so you might like to have a look at that one.

I wrote a small, clunky, BASIC program to get my results, and can't think of a cleverer approach.

It's interesting that all my results for the lowest n have n=131...which looks like a pattern to me. smile

But it all seems rather frivolous, and so I think I'll leave it there.

#237 Re: Exercises » puzzle by Xodus » 2020-07-03 22:11:25

bob bundy wrote:

Assuming it's the first three, I have found an 'n' that is lower than 1000.  I got 0.167989....Bob

Hi Bob,

For 167dddd..., I got m=22, n=131, m/n=0.1679389...

Did you omit the '3' that's in my quotient, or did you find a different n than 131?

Here's the complete list of lowest n I found:
    167dddddd... : m=22,   n=131,  m/n=0.167938931...
    d167ddddd... : m=107, n=131,  m/n=0.816793893...
    dd167dddd... : m=50,   n=131,  m/n=0.381679389...
    ddd167ddd... : m=5,     n=131,  m/n=0.038167938...
    dddd167dd... : m=66,   n=131,  m/n=0.503816793...
    ddddd167d... : m=59,   n=131,  m/n=0.450381679...
    dddddd167... : m=19,   n=131,  m/n=0.145038167...

And for all such {167dddddd,d167ddddd,...dddddd167}, I found that the next-to-lowest n is 137.

#238 Re: Puzzles and Games » Sides reversed Is Puzzle » 2020-05-11 16:53:47

Hi Nasir;

I got exactly the same as you did (including the two given questions), and, like you, didn't include numbers with repeated digits (in the spirit of the puzzle).

I initially considered omitting questions whose incorrect copy was also one of the original questions - which would reduce the number of questions (including the two given questions) to 14 - but decided against that because Hungry Horace wouldn't have noticed the 'repeats' as he hadn't recorded the originals.

Here's a link to the puzzle: Sides Reversed Is Puzzle

#239 Re: Exercises » find AB » 2020-04-23 03:51:26

Hi Bob;

Thanks, that works perfectly well...and nice proof! up

The formula solves AB for a range of BMs (can be non-integer) without using the 3:4:5 triangle rule. LK is always 3.

sP8VjBZ.jpg

#240 Re: Exercises » find AB » 2020-04-21 02:54:27

Hi Bob;

bob bundy wrote:

I'm confused about this:

I drew parallelogram LKCM (a fixed-dimension shape).

Sorry, but for brevity's sake I omitted some steps and comments...which are:

1. I drew LM, which from the 3:4:5 triangle rule on ΔLKM = 5.

2. Then I drew KC = 5 (from being parallel to LM, and KL being parallel to BM).

3. CM = 3 (from the 3:4:5 triangle rule on ΔCMK).

4. As the opposite sides of LKCM are parallel, LKCM is a parallelogram.

5. Also, LKCM's 4 angles and side lengths are constant because of the right angles at K and M, and so LKCM retains its 'fixed-dimension shape' while it rotates around its hinge point L...a critical feature enabling me to draw the conclusion I did about AB and BC changing in length by equal amounts.

I'll have to look at your proof tomorrow coz I'm off to bed now, but thanks for your work! smile

#241 Re: Exercises » find AB » 2020-04-20 03:09:59

phrontister wrote:

Luckily for me, BM is 5, or I'd be well and truly stuck!

I wondered if I could find something...and I think I might've.

Using Geogebra, I drew parallelogram LKCM (a fixed-dimension shape).

Rotating LKCM around hinge point L changed AB and BC by equal amounts, and I spotted the following formula that finds AB for a range of BMs:

          AB = KL + BM

This formula is simply from observation, and I don't know any other means of arriving at it. dizzy

Here are images of solutions for 3 sample BMs:

And here is a Geogebra animation of solutions for the range BM = 5.9 to 3.9 (accuracy to 1 decimal place).

PC7yVCV.jpg

#242 Re: Exercises » find AB » 2020-04-13 00:48:43

Hi Bob;

The Escher Waterfall drawing (see image) uses certain visual techniques to show water flowing uphill from the wheel to the upper aqueduct...which water can't do.

Likewise, the Wiki drawing uses incorrect visual sizes of A's intersection angles and BC's intersection lengths, and shows AOD as a crooked line...which it can't be.

Conclusion: Escher's and Wiki's drawings are illusions, each representing something that is untrue as being true.

Conversely, my drawing in post #12 shows that LC is actually a straight line, with M lying on it.

smile

3Q6zJvb.jpg

#243 Re: Exercises » find AB » 2020-04-11 21:37:43

I've renotated post #6's image to try and show more clearly how my solution works, including that M must lie on LC.

Luckily for me, BM is 5, or I'd be well and truly stuck! smile

I wonder what maths level this puzzle is aimed at.

eFxFu1A.jpg

#244 Re: Exercises » find AB » 2020-04-11 01:39:13

Hi Bob;

Wow...that's quite some proof!

However, the trig's too advanced for me to understand it...but I'm happy to wait for a simplified solve if you can find one.

I'm glad, though, that your proof confirms that my solution is correct. smile

bob bundy wrote:

The properties like M on LC, DM = 4 and AKM a straight line, then follow.

Btw, I don't think that AKM is a straight line (see my Geogebra image below).

LSdr2ui.jpg

#245 Re: Help Me ! » 20mm conduit (round tubing) bend » 2020-04-10 12:24:21

Hi ninjaman & Bob;

There's a similar thread here that might help: Measure length without bend?

And here are some explanatory drawings:

Hope that helps! smile

#246 Re: Exercises » find AB » 2020-04-08 16:03:15

Hi Bob;

The only dimensions given by the OP are those of 3:4:5 triangles, and therefore I strongly suspected that the solution would involve such triangles. (barring red herrings, that is!)

So I drew the LABC rectangle, which led to the image below (Geogebra) and my post #2 solution.

That's probably not a proper proof as such, but I've failed to find one of those things, though I've spent some time trying.

And I can't find any other solution...

ffY071K.jpg

#248 Re: Help Me ! » Combinations For Fantasy Football Roster » 2020-04-06 00:52:43

Hi Bob;

I received my Excel file ok, thx.

Only had time to have a quick look at it, and all I did was check for duplications in the columns by using the UNIQUE function that's part of the new Excel Dynamic Arrays family.

Example: Entering '=COUNTA(UNIQUE(B2:B47))' in B48 returns '46' there, confirming that your 46 column B entries are unique. Similarly with Column G.

I'll have to take a closer look at earlier posts to try and understand this thread before examining further. Previously I've only skimmed through the posts. 

Might take me a bit of time, though! dizzy

#250 Re: Help Me ! » Combinations For Fantasy Football Roster » 2020-03-21 12:00:34

Hi Bob,

bob bundy (post #12) wrote:

I put the two lists side by side and checked carefully.  Definitely no repeats from my program and all possibilities are 'legit'...

Anyway here they are:

1.  QR  RB  RB  RB             2. QR  RB  RB  WR extra
3.  QR  RB  RB  TE             4. QR  RB  RB  PK 
5.  QR  RB  RB  TM             6. QR  RB  RB  WR extra

Aren't 2 & 6 the same? Or are my cataracts playing up?

I thought it wouldn't hurt to have someone else check carefully, too. wink

Humble apologies.  But I refer you to the third line of my signature smile

I'm onto you there!

I used Mitch's spreadsheet layout from post #4.

Couldn't get the right answer with MIF's calculator. Tried quite a few options that made sense to me, but not to the calc! sad

I got a bit further with Mathematica, but need Bobby to tidy up some things for me cos I just don't know enough!
Edit 24/4/2021: Got my Mathematica code to work, and it found & printed the 46...just not in the Excel format.

Edit 23/4/2021: I overlooked a combo in Excel (making 46 instead of 45), and have fixed the image.

Board footer

Powered by FluxBB