Composition of two functions:Basic

The functions, q(x) and r(x) are defined as 2•x + 1, and -5•x - 3, respectively, therefore;
[tex] \: (q \: \circ \: r) (1)= - 15[/tex]
[tex] \: (r \: \circ \: q) (1)= -18[/tex]
The given functions are;
q(x) = 2•x + 1
r(x) = -5•x - 3
The evaluation of the composite functions can be presented as follows;
[tex](q \: \circ \: r) (x)= q(r(x))[/tex]
Therefore;
[tex](q \: \circ \: r) (1)= q(r(1))[/tex]
Which gives;
[tex](q \: \circ \: r) (1)= q( - 8)[/tex]
q(-8) = 2×(-8) + 1 = -15
Therefore;
[tex](q \: \circ \: r) (1)= - 15[/tex]
Similarly, we have;
[tex](r \: \circ \: q) (1)= r(q(1))[/tex]
q(1) = 2×1 + 1 = 3
r(3) = -5×3 - 3 = -18
Which gives;
[tex](r \: \circ \: q) (1)= -18[/tex]
Learn more about composite functions here:
https://brainly.com/question/13502804
#SPJ1