Message Boards Message Boards

0
|
2069 Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Applications of symbols and Mathematical Representation to Word Problems

Posted 10 years ago
A positive number is 5 larger than another positive number. The sum of the squares of the two positive numbers is 53. Find the numbers. Show how you found the solutions.
POSTED BY: Kojack Davis
2 Replies
In[1]:= Solve[{x - y == 5, x^2 + y^2 == 53, x > 0, y > 0}, {x, y}]

Out[1]= {{x -> 7, y -> 2}}
POSTED BY: Frank Kampas
Posted 10 years ago
Thank you. 
POSTED BY: Kojack Davis
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract