document.write( "Question 272880: find three consecutive odd integers such that the sum of the smallest and four times the largest is 61 \n" ); document.write( "
Algebra.Com's Answer #199444 by JBarnum(2146)![]() ![]() You can put this solution on YOUR website! i love these type of problems its just a puzzle \n" ); document.write( "you must know what 3 consecutive intergers are to understand how to do this. for example: consecutive odd numbers are 1,3,5,7,9... so if x=1 to get 3 we would have to add 2 to x so (x,x+2,x+4) are our 3 consecutive odd numbers. \n" ); document.write( "\"sum of the smallest and four times the largest is 61\" \n" ); document.write( "smallest is x and largest is x+4 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "now solve for your numbers \n" ); document.write( "(x,x+2,x+4) \n" ); document.write( "(9,9+2,9+4) \n" ); document.write( "(9,11,13) \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |