1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
-BARSIC- [3]
3 years ago
5

Numerous engineering and scientific applications require finding solutions to a set of equations. Ex: 8x + 7y = 38 and 3x - 5y =

-1 have a solution x = 3, y = 2. Given integer coefficients of two linear equations with variables x and y, use brute force to find an integer solution for x and y in the range -10 to 10.
Physics
2 answers:
Irina-Kira [14]3 years ago
6 0

Answer:

we do not have the integer coeficients, so the solutions may not be in the range -10 to 10 (it does not happen for all coeficients) so let's do other thing:

Ok, suppose you have the equations:

1) A*x + B*y = C

2) a*x + b*y = c

where A, B, C, a, b and d are knowed.

Let's solve them in the most general way, and you always can use those solutions in the future, just need to replace the values of the constants up there.

First, we isolate x or y in a equation, let's do it with x in equation 1:

A*x  = C - B*y

x = (C - B*y)/A

Now we can replace this in the equation 2, and solve it for y:

a*x + b*y = c

a*(C - B*y)/A + b*y = c

y*(b - a*B/A) = c - a*C/A

y = (c - a*C/A)/(b - a*B/A)

Now you have a solution for y, and we you know the value of y, you can put it in the eqution:

x = (C - B*y)/A

and find the value of x

mote1985 [20]3 years ago
5 0
Need help with this too
You might be interested in
What does a virus look like
sladkih [1.3K]
Outside to the inside: Capsid, core, genetic material
7 0
3 years ago
Read 2 more answers
How do the chemical properties of the halogens compare to those of the noble gases?
serg [7]
Halogens<span> are extremely reactive elements because they need one more electron to gain a full octet of valence electrons, whereas the </span>noble gases<span>are extremely unstable because they already have their full octet.</span>
8 0
3 years ago
Dimension equation of work
kkurt [141]

Answer:

Explanation:

Work

Other units Foot-pound, Erg

In SI base units 1 kg⋅m2⋅s−2

Derivations from other quantities W = F ⋅ s W = τ θ

Dimension M L2 T−2

Idk if this is what u are looking for but i hope this help.:)

3 0
3 years ago
It is vital to keep in mind that breaches are entirely concerned with data. No matter what physical damage a device incurs, data
Ierofanga [76]

Answer:

TRUE

Explanation:

We currently live in the digital age, where almost everything is digitized, including strategic information. Thus, each individual and especially corporations that have sensitive data must use protection mechanisms against cyber attacks. One of the measures most recommended by experts is encryption, which consists of a set of rules that aims to encode data information so that only the sender and the receiver can decipher it.

5 0
3 years ago
Which Sentence Describes A Physical Property
Alina [70]

The answer is (a).

Golf balls have a higher density than water hence sink to the bottom.

8 0
3 years ago
Other questions:
  • A water wave has a frequency of 2 hertz and a wavelength fo 5 meters. Calculate is speed
    7·1 answer
  • Can anybody help me out???!?!?
    15·2 answers
  • When unbalanced forces act on an object, __________________. the object accelerates friction becomes greater than the net force
    14·1 answer
  • What happens when a cow eats a taco?
    14·1 answer
  • What is the mechanical advantage of the lever shown below?
    15·1 answer
  • Suppose of lycerin have a temperature of 30°C. Heat is supplied to a steady rate of 100 W. The
    7·1 answer
  • A mass (10 kg) slides
    12·1 answer
  • It is not possible to accurately calculate instantaneous velocity.<br> TRUE<br> FALSE
    12·1 answer
  • What are Base Quantities ?​
    10·2 answers
  • A 297 g block is connected to a light spring with spring constant 4.34 N/m, and displaced 7.45 cm from equilibrium. It is then r
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!