473,412 Members | 5,385 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,412 software developers and data experts.

Solve this

compuadmin
Supposing a clock takes 7 seconds to strike 7, how long will the same clock take to strike 10?
Jun 26 '07 #1
11 1777
kadghar
1,295 Expert 1GB
Supposing a clock takes 7 seconds to strike 7, how long will the same clock take to strike 10?
3 secs (it's already in 7)
Jun 26 '07 #2
DeMan
1,806 1GB
8.5714285714285714285714285714286 seconds (approx)
Jun 26 '07 #3
kadghar
1,295 Expert 1GB
8.5714285714285714285714285714286 seconds (approx)
Ô_o really??

well i wasnt that far from it...(it took me over than 5 secs to write this, so i dont think its a big difference)
Jun 26 '07 #4
DeMan
1,806 1GB
Actually, I had the numbers the wrong way around, it should be :
11.66666666666secs

(Double Check)....7 strikes in 7 secs, means we have a strike every 7/6 seconds (the first one at 0, then 7/6, then 14/6, then 21/6. then 28/6, then 35/6 then 42/6)

for 10 seconds then, we need 7/6 * 10 = 70/6 = 11 4/6 = 11 2/3

(last time I went 6/7 not 7/6 OOPS - my bad)
Jun 26 '07 #5
kadghar
1,295 Expert 1GB
Actually, I had the numbers the wrong way around, it should be :
11.66666666666secs

(Double Check)....7 strikes in 7 secs, means we have a strike every 7/6 seconds (the first one at 0, then 7/6, then 14/6, then 21/6. then 28/6, then 35/6 then 42/6)

for 10 seconds then, we need 7/6 * 10 = 70/6 = 11 4/6 = 11 2/3

(last time I went 6/7 not 7/6 OOPS - my bad)
Ô_o

why are you starting at cero?? the first one is in 1 sec, so it'll take 1 per second and there you go!! Just supose that you start taking the time right after an strike.

You dont have to make things that complex...
Jun 26 '07 #6
DeMan
1,806 1GB
How do you know when to start counting the time?
If you were timing how long it took to strike x, wouldn't you start your stopwatch on the first strike?
Jun 26 '07 #7
kadghar
1,295 Expert 1GB
How do you know when to start counting the time?
If you were timing how long it took to strike x, wouldn't you start your stopwatch on the first strike?

noup, actually i'd start it right after the last strike im not going to count.

parsimony ;)
Jun 26 '07 #8
DeMan
1,806 1GB
haha

But that would mean you would (potentially) have almost and hour spare in your time......

eg
Imagine you want to count how long it takes to strike 10:00. The last strike you don't want to count, would've been at a few seconds after nine........That could skew your result.....
;)
Jun 26 '07 #9
kadghar
1,295 Expert 1GB
haha

But that would mean you would (potentially) have almost and hour spare in your time......

eg
Imagine you want to count how long it takes to strike 10:00. The last strike you don't want to count, would've been at a few seconds after nine........That could skew your result.....
;)
Parcimony in maths (as in allmost every science) is the preference for the least complex explanation for an observation, I mean, if you can explain something in an easy and in a difficult way, Always choose the simple one.

And as we are talking in theory, .999999999999999999 (periodic) equals 1... so you don really have an skewed result. (but an easier one)
Jun 26 '07 #10
DeMan
1,806 1GB
This thread is fast becoming a little too philosophical BUT, shouldn't we only choose the simplest answer if it is correct?

More to the point, given that the question does allow for some interpretation, shouldn't we take the simplest explanation to reach our answer, rather than the simplest answer , that is, that we started timing when we heard the first bell toll, and finished on the last?

:D
Jun 26 '07 #11
bartonc
6,596 Expert 4TB
This thread is fast becoming a little too philosophical BUT, shouldn't we only choose the simplest answer if it is correct?

More to the point, given that the question does allow for some interpretation, shouldn't we take the simplest explanation to reach our answer, rather than the simplest answer , that is, that we started timing when we heard the first bell toll, and finished on the last?

:D
You are DeMan, and I so agree!
Jun 28 '07 #12

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Oracle3001 | last post by:
Hi All, I am looking to use SVD to solve an equation of the form Aa = B, where a is 1 row x 11 col A is 2 rows x 11 col B is 2 rows x 1 col I know from the information I am reading I need...
17
by: Just | last post by:
While googling for a non-linear equation solver, I found Math::Polynomial::Solve in CPAN. It seems a great little module, except it's not Python... I'm especially looking for its poly_root()...
27
by: Alf P. Steinbach | last post by:
I'm writing a little piece on pointers, to be "bundled" with my attempted correct C++ tutorial (see FAQ item 29.20, yes, I've finally started to at least think about that again), and while thinking...
0
by: Jitesh | last post by:
I am facing a problem in webservice, I want to know what will be the exact procedure to solve the problem............. What I want to do............ I have a table named order in SQL Server....
8
by: vj | last post by:
Hi all, I want to solve the two equations u*tan(u)=w and u^2 + w^2=V^2, where V is a known constant, and u and w are the two unknowns to be determined. Please can someone suggest me how to...
1
by: arun | last post by:
Query is too complex -------------------------------------------------------------------------------- Hi, I was trying to solve this problem since last two days but couldn't find any solution. ...
17
by: Michael Reichenbach | last post by:
Here is the example code. int main(int argc, char *argv) { string Result; WIN32_FIND_DATA daten; HANDLE h = FindFirstFile(TEXT("c://test"), &daten); system("PAUSE"); return EXIT_SUCCESS; }
2
by: beambohus | last post by:
please how do i solve this........ To write an algorithm to solve quadratic equation using almighty formular. please your respond will very much appreciated
7
by: akmaRudiliyn | last post by:
Hai everybody :). I have problem and need help. ERROR: ERROR Violation of PRIMARY KEY constraint 'PK_Table1_01'. Cannot insert duplicate key in object 'dbo.table1'. ERROR The statement has...
4
by: Kelie | last post by:
Hello group, Is there any packages in Python that will help me solve functions similar to this: x = a*(1+bx)**2.5-c where a, b, c is known and the task to solve x? Thank you, Kelie
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.