document.write( "Question 1179511: 1.(a) Write an expression in terms of x and y for the total value of a two digit number having x as tens digits and y as the units digit.
\n" );
document.write( "
\n" );
document.write( " (b) The number in (a) above is such that three times the sum of its digits is less than the value of the number by 8.When the digits are reversed the value of the number is increased by 9.Find the number. \n" );
document.write( "
Algebra.Com's Answer #809071 by mananth(16946)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "1.(a) Write an expression in terms of x and y for the total value of a two digit number having x as tens digits and y as the units digit.\r \n" ); document.write( "\n" ); document.write( "10x+y\r \n" ); document.write( "\n" ); document.write( "(b) The number in (a) above is such that three times the sum of its digits is less than the value of the number by 8.\r \n" ); document.write( "\n" ); document.write( "3(x+y)+8=10x+y \n" ); document.write( "3x+3y +8 = 10x+y \n" ); document.write( "7x-2y=8-----------------------(1)\r \n" ); document.write( "\n" ); document.write( "When the digits are reversed the value of the number is increased by 9.Find the number. \n" ); document.write( "10y+x 10x+y+9 \n" ); document.write( "9y-9x=9 \n" ); document.write( "y-x=1 \n" ); document.write( "y=(x+1)\r \n" ); document.write( "\n" ); document.write( "Substitute y in (1) \n" ); document.write( "7x-2y=8 \n" ); document.write( "7x-2(x+1)=8 \n" ); document.write( "7x-2x-2=8 \n" ); document.write( "5x=10 \n" ); document.write( "x=2\r \n" ); document.write( "\n" ); document.write( "y-x =1\r \n" ); document.write( "\n" ); document.write( "so y =3\r \n" ); document.write( "\n" ); document.write( "The number is 23\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |