Answer:
I don't understand the language French sorry can't answer
Answer:
the third statement is true
Explanation:
given data
Lenovos cost more than Dells
Lenovos cost less than Apples
solution
we have given 1st statement that is express as
cost (Lenovo) > cost (Dell) ..................1
and
2nd statement that is express as
cost (Lenovo) < cost (Apple)
so we can say it as
cost (Apple) > cost (Lenovo) ......................2
and
now above Both equation 1 and 2 can be written as
cost (Apple) > cost (Lenovo) > cost (Dell) .........................3
so we can say cost of Apples is more than the cost of Lenovos and the cost of Dells
so as that given 3rd statement is true
Explanation:
Please kindly share your problem two with us as to know the actual problem we are dealing with, the question looks incomplete
Answer:
>>pounds=13.2
>>kilos=pounds/2.2
Explanation:
Using Matlab to write the program, consider at any time when the weight in pounds is 13.2 lb, this variable of weight is created in MATLAB by typing >>pounds=13.2. To convert it from lb to Kg, we simply divide it by 2.2 hence the second command to created is kilos. For this, the output of the program will be 6 Kg.