|
-
Nov 14th, 2001, 12:14 PM
#1
Thread Starter
Hyperactive Member
Math problem....
Can this problem be solved???
Check out the image attached to this message.
The problem is to calculate the lenght of X in the image. The other values in the image is the lenght of each line (line color = value color). No other values are known, no angels, only these values.
/Smirre
Visual Basic
C, C++
Java
Access
SQL Server
MCP, MCSD
-
Nov 14th, 2001, 12:33 PM
#2
Junior Member
Assuming that the line with a length of 1 intersect line x at a right angle as it appears in your diagram the problem can be solved
left(x) - the part of x to the left of the line with a lenght of 1
right(x) - the part of x to the right of the line with a length of 1
X = left(x) + right(x)
7^2 = 1^2 + left(x)^2
solve for left(X)
left(X) = sqrt(48)
similarily
right(x) = sqrt(24)
x = 11.827 roughly
-
Nov 14th, 2001, 02:47 PM
#3
Hyperactive Member
There are 10 types of people in the world - those that understand binary, and those that don't.
-
Nov 14th, 2001, 06:16 PM
#4
PowerPoster
Originally posted by Julian Toft
Assuming that the line with a length of 1 intersect line x at a right angle as it appears in your diagram the problem can be solved
left(x) - the part of x to the left of the line with a lenght of 1
right(x) - the part of x to the right of the line with a length of 1
X = left(x) + right(x)
7^2 = 1^2 + left(x)^2
solve for left(X)
left(X) = sqrt(48)
similarily
right(x) = sqrt(24)
x = 11.827 roughly
I don't think you can assume it is a right angle, that would be too easy.
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
-
Nov 18th, 2001, 02:40 AM
#5
Conquistador
Do they tell you anything about the black lines?
does that form a rectangle?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|