Click here to Skip to main content
15,886,362 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Mental arithmetic Pin
aserrano17-Aug-20 20:34
aserrano17-Aug-20 20:34 
GeneralRe: Mental arithmetic Pin
Jörgen Andersson17-Aug-20 20:39
professionalJörgen Andersson17-Aug-20 20:39 
GeneralRe: Mental arithmetic Pin
Member 1220722217-Aug-20 21:05
Member 1220722217-Aug-20 21:05 
GeneralRe: Mental arithmetic Pin
Member 1220722219-Aug-20 1:32
Member 1220722219-Aug-20 1:32 
GeneralRe: Mental arithmetic Pin
Menuki17-Aug-20 22:04
Menuki17-Aug-20 22:04 
GeneralRe: Mental arithmetic Pin
Stuart Dootson17-Aug-20 22:12
professionalStuart Dootson17-Aug-20 22:12 
GeneralRe: Mental arithmetic Pin
Menuki17-Aug-20 22:34
Menuki17-Aug-20 22:34 
GeneralRe: Mental arithmetic Pin
Member 4317199 (Paddy)17-Aug-20 23:29
Member 4317199 (Paddy)17-Aug-20 23:29 
use ((12-2)**2 + (12-1)**2 + 12**2 + (12+1)**2 + (12+2)**2)
the -2ab from the first two cancel the +2ab from the second two. so
5 * 12**2 + 4 + 1 + 0 + 1 + 4
5 * 144 + 10
divide top and bottom by 5
146/73
(which is essentially what Joop said. But I scrupulously didn't cheat by looking at previous. The hardest part was not picking up a pencil!)
GeneralRe: Mental arithmetic Pin
Jörgen Andersson18-Aug-20 3:56
professionalJörgen Andersson18-Aug-20 3:56 
GeneralRe: Mental arithmetic Pin
Martin ISDN17-Aug-20 23:29
Martin ISDN17-Aug-20 23:29 
GeneralRe: Mental arithmetic Pin
Member 1157700818-Aug-20 2:06
Member 1157700818-Aug-20 2:06 
GeneralRe: Mental arithmetic Pin
Jörgen Andersson18-Aug-20 3:59
professionalJörgen Andersson18-Aug-20 3:59 
GeneralRe: Mental arithmetic Pin
Andrea Simonassi18-Aug-20 2:27
Andrea Simonassi18-Aug-20 2:27 
GeneralRe: Mental arithmetic Pin
Jörgen Andersson18-Aug-20 4:01
professionalJörgen Andersson18-Aug-20 4:01 
GeneralRe: Mental arithmetic Pin
arndibble18-Aug-20 2:34
arndibble18-Aug-20 2:34 
GeneralRe: Mental arithmetic Pin
John Godin18-Aug-20 2:57
John Godin18-Aug-20 2:57 
GeneralRe: Mental arithmetic Pin
avanishrayankula18-Aug-20 5:01
avanishrayankula18-Aug-20 5:01 
GeneralRe: Mental arithmetic Pin
Member 1146760818-Aug-20 6:04
Member 1146760818-Aug-20 6:04 
GeneralRe: Mental arithmetic Pin
jsrjsr18-Aug-20 16:26
professionaljsrjsr18-Aug-20 16:26 
GeneralRe: Mental arithmetic Pin
megaadam18-Aug-20 23:33
professionalmegaadam18-Aug-20 23:33 
GeneralRe: Mental arithmetic Pin
Member 1477127419-Aug-20 5:36
Member 1477127419-Aug-20 5:36 
GeneralRe: Mental arithmetic Pin
Stan Rydz19-Aug-20 8:04
Stan Rydz19-Aug-20 8:04 
GeneralRe: Mental arithmetic Pin
MrChug19-Aug-20 16:47
MrChug19-Aug-20 16:47 
GeneralRe: Mental arithmetic Pin
Kurosh F.30-Aug-20 5:30
Kurosh F.30-Aug-20 5:30 
GeneralRe: Mental arithmetic Pin
Member 85731432-Sep-20 20:35
Member 85731432-Sep-20 20:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.