[Show all top banners]

AznshawtY
Replies to this thread:

More by AznshawtY
What people are reading
Subscribers
:: Subscribe
Back to: Kurakani General Refresh page to view new replies
 solve this

[Please view other pages to see the rest of the postings. Total posts: 489]
PAGE: <<  1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 NEXT PAGE
[VIEWED 106429 TIMES]
SAVE! for ease of future access.
The postings in this thread span 25 pages, View Last 20 replies.
Posted on 01-16-07 9:53 AM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

A doctor in Michigan has a sister who lives in California but the sister does not have any brother that lives in Michigan, how come??
:P
 
Posted on 02-15-07 2:57 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

13112221221

:D
m a genius, i feel like such a nerd. :P jks jks
 
Posted on 02-15-07 3:02 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

Welcome to the show, you originator of this thread, but, that's not the right answer, miss! :D
 
Posted on 02-15-07 3:05 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

oh my i didnt even notice that i started this thread, :P o well atleast i tried being smart :D
 
Posted on 02-15-07 3:19 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 
 
Posted on 02-15-07 3:20 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

oops 1113213211
 
Posted on 02-15-07 3:24 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

Sorry Pretty, but that's not right! Try to find the better connection!
 
Posted on 02-15-07 3:32 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

Here you go
1113213211
 
Posted on 02-15-07 3:33 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

Is this correct? I don't know if the formula I'm using is right.
31221131122211
 
Posted on 02-15-07 3:36 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

last try

311111113222211
 
Posted on 02-15-07 3:42 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

Congratulation, Hi_Nanu! You got it right.

It is not as complex as it seems. Only the setting of the number below is literally the "reading" of the number.

Okay:

1
11
One one
21
Twoone
==========
==========
==========
13112221
One one onethree twoone threetwooneone
 
Posted on 02-15-07 3:45 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

Oops, didn't post it right:

1
this is one 1
so, 11
11 is two one
so, 21

it goes on
==========
==========
==========

13112221
One one one three t wo one three two oneone
 
Posted on 02-15-07 3:45 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

public class Counting
{
public static void main(String[] args)
{
String firstTerm = args[0];
int index = Integer.parseInt(args[1]) - 1;
printSequence(firstTerm,index);
}
public static void printSequence(String term,int index)
{
System.out.print(term+" ,");
String firstTerm = term;
for (int i=0;i {
String tempSeq = howMany(firstTerm);
if(i!= index-1)
System.out.print(tempSeq+" , ");
else
System.out.print(tempSeq);
firstTerm = tempSeq;
}
}

public static String howMany(String temp)
{
String modTemp = temp.concat("x");
String seq = new String();
int start = 0,measure = 1;
while(start < modTemp.length()-1)
{
if(modTemp.charAt(start) == modTemp.charAt(start+1))
{
measure++;
start++;
}
else
{

seq += ""+measure+modTemp.charAt(start);
measure = 1;
start++;
}
This program may work
 
Posted on 02-15-07 3:47 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

1113213211
isn't hi_nanu's and my answers are same up there? You said mine was not right..
 
Posted on 02-15-07 3:49 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

Oh! Are you into Java, Hi_Nanu? and you used the program to solve that?
 
Posted on 02-15-07 3:49 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

Yes,My answer was same as Pretty's ...In fact she answered first.
 
Posted on 02-15-07 3:51 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

No Slackdemic..I know a bit of programming language...but this was not me who wrote it ,just pulled it from google...

Thanks to google(My best friend)
 
Posted on 02-15-07 3:52 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

Pretty, I am sorry. Apparently, I didn't see your posting after the your posting (the corrected one) and kept missing it.

You are the first person to answer this! :) If you have similar questions or anything that is interesting, you should ask us, too!
 
Posted on 02-15-07 4:23 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

Let's talk about *real* puzzle now! :) This is bit rigorous, but quite an interesting puzzle. And yeah....the question is right! I checked few times. :-D
Here it goes:
====
Ram and Shyam sit down for the final round interview at a reputed firm in New York. To distinguish one from the other between these two equally competitive gentlemen, the interviewer agrees to give the job to the guy who first answers his puzzle. There is no time pressure.

Interviewer: The rectangle I am thinking of has integer sides, each of which is greater than one inch. However, the perimeter of the rectangle is less than 80 inches.

(Then, he whispers the total area to Ram and the total perimeter to Shyam. They are not allowed to tell what they just heard. )

Interviewer: What are the dimensions of this rectangle?

After thinking for a while:
Ram: Dyam!!.…I have no idea what the perimeter is.
Shyam: I knew you were going to say that. However, I don’t know what the area is.
Ram: Still no clue as to the perimeter….
Shyam: But now I know what the area is!
Ram: And I know what the perimeter is!

Now, you tell me what are the dimensions of that rectangle?
------
 
Posted on 02-15-07 4:50 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 

Real question's *Real* solution:

Area = 52
Perimeter = 34

Therefore, dimensions 13 and 4.
 
Posted on 02-15-07 8:28 PM     Reply [Subscribe]
Login in to Rate this Post:     0       ?    
 
 



PAGE: <<  1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 NEXT PAGE
Please Log in! to be able to reply! If you don't have a login, please register here.

YOU CAN ALSO



IN ORDER TO POST!




Within last 60 days
Recommended Popular Threads Controvertial Threads
TPS Re-registration case still pending ..
nrn citizenship
अमेरिकामा बस्ने प्राय जस्तो नेपालीहरु सबै मध्यम बर्गीय अथवा माथि (higher than middle class)
Travelling to Nepal - TPS AP- PASSPORT
ढ्याउ गर्दा दसैँको खसी गनाउच
काेराेना सङ्क्रमणबाट बच्न Immunity बढाउन के के खाने ?How to increase immunity against COVID - 19?
lost $3500 on penny stocks !!!
TPS Work Permit/How long your took?
They are openly permitting undocumented immigrants to participate in federal elections in Arizona now.
मन भित्र को पत्रै पत्र!
Nepalese Students Face Deportation over Pro-Palestine Protest
Informatica consultancy share
Are you ready to know the truth?
Travelling on TPS advance travel document to different country...
Morning dharahara
महँगो अण्डाको पिकल्प : कुखुरा र खोर भाडामा लिने
चितवनको होस्टलमा १३ वर्षीया शालिन पोखरेल झुण्डिएको अवस्था - बलात्कार पछि हत्याको शंका - होस्टेलहरु असुरक्षित
Guess how many vaccines a one year old baby is given
Does the 180 day auto extension apply for TPS?
TPS Renewal Reregistration
NOTE: The opinions here represent the opinions of the individual posters, and not of Sajha.com. It is not possible for sajha.com to monitor all the postings, since sajha.com merely seeks to provide a cyber location for discussing ideas and concerns related to Nepal and the Nepalis. Please send an email to admin@sajha.com using a valid email address if you want any posting to be considered for deletion. Your request will be handled on a one to one basis. Sajha.com is a service please don't abuse it. - Thanks.

Sajha.com Privacy Policy

Like us in Facebook!

↑ Back to Top
free counters