Asked by A-D
                The sum of two numbers is 103, the larger number is 1 more than 5 times the smaller number.
use x=smaller number
y=larger number
            
        use x=smaller number
y=larger number
Answers
                    Answered by
            Damon
            
    y = (1 + 5 x)
x + y = 103
x + (1 + 5 x) = 103
6 x + 1 = 103
6 x = 102
x = 17
y = (1 + 5 x) = 1 + 85 = 86
check
17 + 86 = ?
    
x + y = 103
x + (1 + 5 x) = 103
6 x + 1 = 103
6 x = 102
x = 17
y = (1 + 5 x) = 1 + 85 = 86
check
17 + 86 = ?
                                                    There are no AI answers yet. The ability to request AI answers is coming soon!
                                            
                Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.