Please follow an 18+ rating.*
Leave a scribble for Kermit...
Bold | Ctrl+BItalics | Ctrl+IUnderline | Ctrl+UStrikethrough | Ctrl+Shift+XHide - Click to RevealSuperscriptSubscriptColorFont TypeText SizeHighlightText AlignmentLine SpacingIndentQuote | Ctrl+Shift+Q@ Symbol - Mention User/ItemInsert EmoticonUpload Photo (Premium Required)SnippetsCreative ToolsCode ViewEditor SettingsUndoRedoToggle Fullscreen
13+ and below
  • E for Everyone
  • ASR and below
  • 13+ and below
  • 18+ and below
  • GC and below
  • No Filter
Notes by Kermit, in chronological orderNotes by Kermit
I've decided to change the title of the book I'm working on. Its title will be "Playing with numbers".
91 = 70 + 21 = 7 * 10 + 7 * 3 = 7 * (10+3) = 7 * 13
143 = 130 + 13 = 13 * 10 + 13 = 13 * (10 + 1) = 13 * 11
98 = 70 + 28 = 7 * 10 + 7 * 4 = 7 * (10 + 4) = 7 * 14
1001 = 980 + 21 = 7 * 140 + 7 * 3 = 7 * 143 = 7 * 11 * 13
1001 = 990 + 11 = 11 * 90 + 11 = 11 * (90 + 1) = 11 * 91
= 11 * 13 * 7
1001 = 910 + 91 = 13 * 70 + 13 * 7 = 13 * (70 + 7) = 13 * 77
= 13 * 7 * 11
Potenttial factoring algorithm illustrated:


(2 m + 1) * (2 n + 1) = 91
4 * m * n + 2 * m + 2 * n + 1 = 91

4 * m * n + 2 * m + 2 * n = 90

2 * m * n + m + n = 45

45 = 0 mod 3

2 * m * n + m + n = 0 mod 3
m = 0 mod 3 implies n = 0 mod 3.
m = 1 mod 3 implies 2*n + 1 + n = 0 mod 3 implies 3*n + 1 = 0 mod 3 implies 1 = 0.
m = 2 mod 3 implies 4*n + 2 + n = 0 mod 3 implies 5*n + 2 = 0 mod 3 implies 2*n + 2 = 0 mod 3 implies n+1 = 0 mod 3 implies n = 2 mod 3.

First try m = n = 0 mod 3.

m = 3*m3; n = 3 * n3

2 * (3 n3) * (3n3) + 3*m3 + 3 * n3 = 45
18 * m3 * n3 + 3*m3 + 3*n3 = 45

6 * m3 * n3 + m3 + n3 = 15
.6*2 + 3 = 15
6 * 1 * 2 + 1 + 2 = 15
m3 = 1; n3 = 2
m = 3*m3'; n = 3 * n3.
m = 3*1 = 3; n = 3*2 = 6

(2*m+1) * (2*n+1) = 91

(2*3+1) * (2*6+1) = 91

7 * 13 = 91





Hello Dave.

What are some implications of

(2 (2 a b + a + b) + 1 ) = 4 a b + 2 a + 2 b + 1 = 2a ( 2b + 1) + (2b+1) = (2a +1) (2b+1) ?

Kermit Author Icon - My lower education brain tells me that the equation to the left of the first equal sign could be expressed as 9ab. I'm not that good at Algebra but love playing with it. I could be wrong.
Hi,

It just a variation on what you had before. In general, if you have four numbers - w, x, y and z - then

(w + x) * (y + z) = w*y + w*z + x*y + x*z

In your case, w = 2a, y = 2b and x and z are both 1, so

(2a + 1) * (2b + 1) = 4ab + 2a + 2b + 1



Ichabod Crane Author Icon

Ah; ok.
(2 (2 a b + a + b) + 1 )

If a = b = 1, then

(2 (2 a b + a + b) + 1 ) = 9.

If a = 1 and b = 2, then
(2 (2 a b + a + b) + 1 ) = (2 (2 * 2 + 1 + 2) + 1 ) = (2 * (4 + 1 + 2) + 1) = 2 * 7 + 1 = 15.

1891 = 30 * 60 + 91 = 30 * 60 + 60 + 31
= (30 + 1) * 60 + 31 = 31 * 60 + 31
= 31 * (60 + 1) = 31 * 61



(a+1)*(b+1) = a*b + (a+b+1)

I recall a thing I was told as a kid:

Think of a number
Double it
Add 10
Half it
Take away the number you first thought of
And the answer is 5

I tried it with so many numbers and was always impressed it was always 5.

Then I grew older and learned some algebra. The steps were then:

x -> 2x -> 2x + 10 -> x + 5 -> 5

I think the phrase is "well, duh'.
*Smile*
9 = 1 + 8 = 1 + 4 + 4 = 1 + 2 + 2 + 4 = (1 + 2) + 2 (1 + 2) = (1 + 2) * (1 + 2) = 3 * 3
Ðåvê R¥åñ Author Icon - Hello Dave.

Thank you.

You cleverly used division by 0.

x = y implies (x-y) = 0.
Jayne Author Icon -
Kermit Author Icon - I get that a lot.

*Smile*
Possessive Pronouns

Amy: Which words don't require an apostrophe for their possessive form?

Beth: There are 8 pronouns whose possessive form don't use an apostrophe.

Cindy: My son can use his computer to search for them.

Diane: I know one of the words that doesn't require an apostrophe in its possessive form.

Emma: My computer can tell me which words don't use an apostrophe in their possessive form.

Flo: Does your computer already have the answer, or will you need to search the internet.

Gail: My twin sister, Hannah, has already used her computer to find the eight pronouns whose possessive forms don't require an apostrophe.

Hannah: Gail, it's really our computer. You can use it whenever you need to.

Amy: I've noticed that in our conversation that we've used all eight of the progressive pronouns that don't use apostrophes.



A riddle for you:
What word does not use an apostrophe in its possessive form?
Plus...

Their
S🤦‍♂️ Author Icon - hit return...
Your
Our

Basically, most pronoun possessive forms.
S🤦‍♂️ Author Icon -
My as well
I've just edited an item in my portfolio:
 We are Friends  (E)
Adventures of two friends
I've just edited an item in my portfolio:
 Each pair of 4 integers sums to a square  (E)
How can I find a set of four integers such that the sum of any two is a square?
I've added a new item to my portfolio:
 How was pi discovered?  (E)
Discussion of the meaning of pi
When my grandmother opened the oven door. The smell of fresh apple pie would lead us right to it. Oh you meant the number. Sorry.
I've added a new item to my portfolio:
 Aren't real numbers also imaginary?  (E)
Answered: Imaginary numbers aren't real, but aren't real numbers imaginary too?
I've added a new item to my portfolio:
 My T-shirt designs  (E)
I list the writings I have put on my t-shirts.


What does "Please follow an 18+ rating" mean?

Ðåvê R¥åñ Author Icon - What do you see in my t-shirt messages that requires that only 18+ individuals should read them?
Kermit Author Icon - Your t-shirt item seems fine, and you've correctly rated it as "E". It's the newsfeed note is currently rated "18+".

You can see this rating by clicking on the chevron on the top right of the note - if you then click on "Edit Note" you can change it to "E" if you wish. When you create or edit a note, the current rating will be shown under the text box, and can be changed on a note-by-note basis.

On creating a note, this box will be populated with your default setting for newsfeed notes. If yours is set to "18+" and you'd like to change it, you can do so by going to the Notebook tab on your Portfolio and clicking the cog symbol at the top right.
* Content and content ratings in this area are monitored solely by this member. Page owners have the ability to remove posts and/or block posters who do not follow the content rating or who post unwanted content. In addition, each member can block/ignore another member using the Block/Ignore Members" link on the Account Options screen.