document.write( "Question 555405: There are six digits in a sequence, two 4s, two 5s, and two6s. There is one digit in between the 2 4s, there are 2 digits in between the 2 5s and there are 3 digits in between the 2 s. Write the sequence of numbers. \n" ); document.write( "
Algebra.Com's Answer #361768 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! If X represents an unknown digit which is either 4,5, or 6, \n" ); document.write( "then I am given: \n" ); document.write( "(1) 4 X 4 \n" ); document.write( "(2) 5 X X 5 \n" ); document.write( "(3) 2 X X X 2 \n" ); document.write( "-------- \n" ); document.write( "Thje problem is how to shift these 3 sequences around \n" ); document.write( "so that the X's are masked out by the digits \n" ); document.write( "Suppose I combine (2) and (3) this way: \n" ); document.write( "5 2 X 5 X 2 \n" ); document.write( "Now I can combine this with (1) to mask out the X's \n" ); document.write( "5 2 4 5 4 2 \n" ); document.write( "answer \n" ); document.write( " |