|
-
Jul 24th, 2003, 04:31 AM
#1
Thread Starter
Frenzied Member
few problems...
I have a few problems that I need help with
Code:
[#9]
solve the system of equations
2x + (2/3)y = -8
1/2x - (1/3)y = 1
Code:
[#11]
Solve a system of equations to find the two numbers described.
The sum of two numbers is 17 and their difference is 29.
Code:
[#12]
The sum of a number and twice a greater number is 8. The sum of the greater number and twice the lesser number is -6.
Code:
[#16]
A boat travels 60 miles downstream in the same time it takes to go 36 miles upstream. The speed of the boat in still water is 15 mph greater than the speed of the current. Find the speed of the current.
Code:
[#36]
The geometric mean of a number and 3 is 9. Find the number: use g = squareroot(ab)
Code:
[#50]
Al's flower garden measures 25 feet by 35 feet. He has enough crushed stone to cover 325 square feet. If he uses the stone to build a path around his garden, what is the maximum possible width of the path?
thanks in advance,
Dimava
NXSupport - Your one-stop source for computer help
-
Jul 24th, 2003, 04:48 AM
#2
Ex-Super Mod'rater
#9 add them together and it'll become clear
When your thread has been resolved please edit the original post in the thread (  )
and amend "-[RESOLVED]-" to the end of the title and change the icon to  , Thank you.
When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

-
Jul 24th, 2003, 04:51 AM
#3
Ex-Super Mod'rater
#11:
Code:
a + b = 17
a - b = 29
#12:
Code:
a + 2b = 7
2a + b = -6
Thats all i'm doing, sounds like someones homework??
When your thread has been resolved please edit the original post in the thread (  )
and amend "-[RESOLVED]-" to the end of the title and change the icon to  , Thank you.
When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

-
Jul 24th, 2003, 05:01 AM
#4
-
Jul 24th, 2003, 07:13 PM
#5
Thread Starter
Frenzied Member
thanks for the replies..
for #50 I did the quadratic and I got X=-12.5 & X=-17.5, i'm not sure how to find the area with that.
NXSupport - Your one-stop source for computer help
-
Jul 24th, 2003, 07:56 PM
#6
Fanatic Member
2x + (2/3)y = -8
1/2x - (1/3)y = 1
first things first, make the equations = each other:
isolate X (or Y)
2x = -8 - (2/3)y
1/2x = 1 + (1/3)y
now make them equal
2x = -8 - (2/3)y
2x = 4 + (4/3)y
so now since both = 2x we know that
-8 - (2/3)y = 4 + (4/3)y
now we isolate Y and solve
-8-4 = (4/3)y+(2/3)y
-12 = 2y
y = -6
then we use Y to find X
2x + (2/3)y = -8
2x + (2/3)-6 = -8
2x = -8 + 4
2x = -4
x = -2
Don't pay attention to this signature, it's contradictory.
-
Jul 25th, 2003, 04:08 AM
#7
-
Jul 25th, 2003, 05:45 AM
#8
Ex-Super Mod'rater
Hehe I did the first one wrong you want to double the first one then do the first one minus the second, thats if you haven't already got the answer
When your thread has been resolved please edit the original post in the thread (  )
and amend "-[RESOLVED]-" to the end of the title and change the icon to  , Thank you.
When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

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
|