Answer:
Angle LJK = 75 degrees
Step-by-step explanation:
Here, we want to fill the boxes
From the diagram;
angle HJL and LJK are supplementary (they add up to 180 degrees)
Angle HJL + Angle LJK = 180
angle LJK = 180-105
Angle LJK = 75 degrees
Answer:
x=-35
Step-by-step explanation:
136+12x=-4(1-2x)
136+12x=-4+8x
+4 +4
140+12x-12x=8x-12x
140/-4=-4x/-4
x= -35
Answer:
(x,y)= (-1,-4)
Step-by-step explanation:
y=4x
put this value of y in 3x-y=1
3x-4x=1
-x=1
x= -1
y=4(-1)
y= -4
So (x,y) ordered pair is (-1,-4)
The simplest approach to do this is:
Convert both numbers to string
Concatenate both strings into one, as this is comparatively easy
Convert this concatenated string back to integer
Step-by-step explanation:
Given two integers n1 and n2, the task is to concatenate these two integers into one integer.
Example:
Input: n1 = 12, n2 = 34
Output: 1234
Input: n1 = 1, n2 = 93
Output: 193