You are not logged in.
1) if x-(yz)=100, find the maximum value of x^3-y^2+z^2.
2) Find the product of ALL the numbers in this grid.
3) if ab = 100 and a^2 + b^2 = 200, find (a+b)^2.
4) How many computer pixels are required to cover a 9 meter radius sphere?
5) A man is driving his car at a constant speed of 36 km/hour. He gets shocked by seeing a boy standing on the road in front of his way and in order to save him starts applying brakes. The car decelerates at the rate of 5/6 m/s^2 and he stops right in front of the boy after 14 seconds. what was his reaction time (in seconds)?
6) The escape velocity of Earth and Bobbymland are 11. 2 km/h and 20 km/h, respectively. The mass of bobbymland is 20000 kg. What is the ratio of Earth's radius to Bobbymland's radius?
The integral of hope is reality.
May bobbym have a wonderful time in the pearly gates of heaven.
He will be sorely missed.
Offline
Hi;
Is there something you left out for 1)?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Hi;
Is there something you left out for 1)?
Is it incomplete?
The integral of hope is reality.
May bobbym have a wonderful time in the pearly gates of heaven.
He will be sorely missed.
Offline
Thought there might be more because there does not seem to be a maxima.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
{1}Vasudhaiva Kutumakam.{The whole Universe is a family.}
(2)Yatra naaryasthu poojyanthe Ramanthe tatra Devataha
{Gods rejoice at those places where ladies are respected.}
Offline
Hi;
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
(2) The product has 655549440 factors.
{1}Vasudhaiva Kutumakam.{The whole Universe is a family.}
(2)Yatra naaryasthu poojyanthe Ramanthe tatra Devataha
{Gods rejoice at those places where ladies are respected.}
Offline
Hi thickhead;
I get 770515200, based on the same product as Bobby's, which I got from:
"The good news about computers is that they do what you tell them to do. The bad news is that they do what you tell them to do." - Ted Nelson
Offline
Last edited by thickhead (2016-06-06 04:24:15)
{1}Vasudhaiva Kutumakam.{The whole Universe is a family.}
(2)Yatra naaryasthu poojyanthe Ramanthe tatra Devataha
{Gods rejoice at those places where ladies are respected.}
Offline
Good job.
The integral of hope is reality.
May bobbym have a wonderful time in the pearly gates of heaven.
He will be sorely missed.
Offline
Hi;
May I ask whom is giving you these problems?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Hi thickhead;
I saw the factorial answer first and then checked it with the same diagonal method as yours.
From there I extracted the primes as , checked that against my factorial answer, and then applied (a+1)(b+1)(c+1)(...+1) to the exponents to get 770515200.And I also tried it in M, in various ways:
M gave an error message that I don't understand, but otherwise it all works.
Last edited by phrontister (2016-06-07 13:38:30)
"The good news about computers is that they do what you tell them to do. The bad news is that they do what you tell them to do." - Ted Nelson
Offline
Hi;
May I ask whom is giving you these problems?
I make them, bobbym.
The integral of hope is reality.
May bobbym have a wonderful time in the pearly gates of heaven.
He will be sorely missed.
Offline
Then I will have to provide a warning. It is great fun to create your own problems but remember that it is also easy to invent problems that you or no one else can solve.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Hi Bobby;
Did you look at the M code in my previous post? I added the 'DivisorSigma' function to the list, having come across it in M's 'Suggestions Bar' that pops up when you click somewhere on the output screen. Would've saved me the time working out how to sum divisors...but I don't really mind learning something new.
Last edited by phrontister (2016-06-07 13:10:05)
"The good news about computers is that they do what you tell them to do. The bad news is that they do what you tell them to do." - Ted Nelson
Offline
Hi;
I did not look at the divisor part but I used this to get the product.
Times @@ (Table[Range[k, k + 9], {k, 1, 10}] // Flatten)
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
That's a neat way of doing it!
I'd wanted to make a table and do a Times@@ on it, but couldn't get the table working.
"The good news about computers is that they do what you tell them to do. The bad news is that they do what you tell them to do." - Ted Nelson
Offline
There is probably something shorter than mine.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
My symbolic version of the factorial method has about 15 fewer keypresses than yours.
"The good news about computers is that they do what you tell them to do. The bad news is that they do what you tell them to do." - Ted Nelson
Offline
Your product answer is very nice.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Just stumbled across that. The idea popped into my head that there might be a symbol for product as there is with sigma for summation, and so I started looking.
"The good news about computers is that they do what you tell them to do. The bad news is that they do what you tell them to do." - Ted Nelson
Offline
I knew there was such a command but never thought about using it.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
It certainly looks the part, and using it probably leads people into thinking that I know what I'm doing!
"The good news about computers is that they do what you tell them to do. The bad news is that they do what you tell them to do." - Ted Nelson
Offline
It looks like you do from here.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
You have your specs on inside out!
"The good news about computers is that they do what you tell them to do. The bad news is that they do what you tell them to do." - Ted Nelson
Offline